Reduce log level for missing gamecontrollerdb.txt to warning

This commit is contained in:
Megamouse 2023-10-22 10:35:25 +02:00
parent aa9f364dc6
commit a4d8091625

View File

@ -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);
}
}