debug: print test message when installing console

This commit is contained in:
Danny Robson 2014-12-05 13:19:01 +11:00
parent 189d1f7363
commit a340473502

View File

@ -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