mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-06 07:05:04 -06:00
Reduce log level for missing gamecontrollerdb.txt to warning
This commit is contained in:
parent
aa9f364dc6
commit
a4d8091625
@ -233,7 +233,7 @@ bool sdl_pad_handler::Init()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
sdl_log.error("Could not add mappings from file '%s'! File does not exist!", db_path);
|
sdl_log.warning("Could not add mappings from file '%s'! File does not exist!", db_path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user