From 1052ab92b1e48ba174a225204320b47167d4f93e Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sat, 11 Jun 2022 14:04:54 +0200 Subject: [PATCH] changed log level for using fallback artwork from "warning" to "debug" --- src/libgame/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libgame/setup.c b/src/libgame/setup.c index 58e13b6b..e46e7fee 100644 --- a/src/libgame/setup.c +++ b/src/libgame/setup.c @@ -85,7 +85,7 @@ static void WarnUsingFallback(char *filename) { setHashEntry(missing_file_hash, filename, ""); - Warn("cannot find artwork file '%s' (using fallback)", filename); + Debug("setup", "cannot find artwork file '%s' (using fallback)", filename); } } -- 2.34.1