mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Reduce log level for missing gamecontrollerdb.txt to warning
This commit is contained in:
parent
aa9f364dc6
commit
a4d8091625
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue