From a340473502965a6dfc596e8723de6346a30ee798 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 5 Dec 2014 13:19:01 +1100 Subject: [PATCH] debug: print test message when installing console --- debug.cpp | 1 + 1 file changed, 1 insertion(+) 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