diff --git a/src/debug.cpp b/src/debug.cpp index fb04ba952..a197913a9 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -44,9 +44,6 @@ void debugstreams_init(bool disable_stderr, const char *filename) fprintf(g_debugstreams[1], " Separator \n"); fprintf(g_debugstreams[1], "-------------\n\n"); } - - DEBUGPRINT("Debug streams initialized, %s\n", - disable_stderr?"not printing on stderr":"using stderr"); } void debugstreams_deinit() diff --git a/src/main.cpp b/src/main.cpp index b1849e4a7..1b4047de7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -861,9 +861,9 @@ int main(int argc, char *argv[]) DSTACK(__FUNCTION_NAME); - dstream<<"logfile = "<