summaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
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()