mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12: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
|
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