changed log level for using fallback artwork from "warning" to "debug"
authorHolger Schemel <info@artsoft.org>
Sat, 11 Jun 2022 12:04:54 +0000 (14:04 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 11 Jun 2022 12:04:54 +0000 (14:04 +0200)
src/libgame/setup.c

index 58e13b6bb87e0929e3d0a9a1a27bebdc37725696..e46e7fee6c77480e73b5e7cb11276c54dd25818a 100644 (file)
@@ -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);
   }
 }