mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Clean up log messages everywhere
This commit is contained in:
parent
6ec447a1aa
commit
f1d9880006
17 changed files with 247 additions and 248 deletions
|
@ -45,8 +45,8 @@ void debugstreams_init(bool disable_stderr, const char *filename)
|
|||
fprintf(g_debugstreams[1], "-------------\n\n");
|
||||
}
|
||||
|
||||
DEBUGPRINT("Debug streams initialized, disable_stderr=%d\n",
|
||||
disable_stderr);
|
||||
DEBUGPRINT("Debug streams initialized, %s\n",
|
||||
disable_stderr?"not printing on stderr":"using stderr");
|
||||
}
|
||||
|
||||
void debugstreams_deinit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue