From f1d9880006cf713597c1fc573f83db75062712c9 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 11 Mar 2012 04:15:45 +0200 Subject: Clean up log messages everywhere --- src/debug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/debug.cpp') 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() -- cgit v1.2.3