projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e567cb7
)
changed log level for using fallback artwork from "warning" to "debug"
author
Holger Schemel
<info@artsoft.org>
Sat, 11 Jun 2022 12:04:54 +0000
(14:04 +0200)
committer
Holger Schemel
<info@artsoft.org>
Sat, 11 Jun 2022 12:04:54 +0000
(14:04 +0200)
src/libgame/setup.c
patch
|
blob
|
history
diff --git
a/src/libgame/setup.c
b/src/libgame/setup.c
index 58e13b6bb87e0929e3d0a9a1a27bebdc37725696..e46e7fee6c77480e73b5e7cb11276c54dd25818a 100644
(file)
--- 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);
}
}