mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00: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
|
||||
{
|
||||
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…
x
Reference in New Issue
Block a user