debug: print test message when installing console
This commit is contained in:
parent
189d1f7363
commit
a340473502
@ -165,6 +165,7 @@ force_console (void) {
|
|||||||
// Windows doesn't give an immediate newline when an application is run
|
// Windows doesn't give an immediate newline when an application is run
|
||||||
// from a console, so we provide one here for sanity.
|
// from a console, so we provide one here for sanity.
|
||||||
std::cout << "\n";
|
std::cout << "\n";
|
||||||
|
std::cerr << "Console installed\n";
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user