diff --git a/debug.cpp b/debug.cpp index fdac9d21..d82df011 100644 --- a/debug.cpp +++ b/debug.cpp @@ -165,6 +165,7 @@ force_console (void) { // Windows doesn't give an immediate newline when an application is run // from a console, so we provide one here for sanity. std::cout << "\n"; + std::cerr << "Console installed\n"; } #endif