summaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-11 04:15:45 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-03-11 04:15:45 +0200
commitf1d9880006cf713597c1fc573f83db75062712c9 (patch)
treec5b056acf05ce408964b79b32e3e84a3619b2cdd /src/debug.cpp
parent6ec447a1aa3678371af31aad4e186885ca4b8f27 (diff)
downloadminetest-f1d9880006cf713597c1fc573f83db75062712c9.tar.gz
minetest-f1d9880006cf713597c1fc573f83db75062712c9.tar.bz2
minetest-f1d9880006cf713597c1fc573f83db75062712c9.zip
Clean up log messages everywhere
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index ad02c5110..fb04ba952 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -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()