From: Holger Schemel Date: Sat, 11 Jun 2022 12:04:54 +0000 (+0200) Subject: changed log level for using fallback artwork from "warning" to "debug" X-Git-Tag: 4.3.2.2~10 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=1052ab92b1e48ba174a225204320b47167d4f93e changed log level for using fallback artwork from "warning" to "debug" --- 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); } }