From a4d809162511e7c7d90ebf89090ea39c1201d616 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Sun, 22 Oct 2023 10:35:25 +0200 Subject: [PATCH] Reduce log level for missing gamecontrollerdb.txt to warning --- rpcs3/Input/sdl_pad_handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Input/sdl_pad_handler.cpp b/rpcs3/Input/sdl_pad_handler.cpp index f25ab21125..5e1d14f6fb 100644 --- a/rpcs3/Input/sdl_pad_handler.cpp +++ b/rpcs3/Input/sdl_pad_handler.cpp @@ -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); } }