Always log demonware stuff
This commit is contained in:
parent
c8b3012592
commit
f67c8b57ff
@ -21,7 +21,7 @@ namespace console
|
|||||||
void print_message(const char* message)
|
void print_message(const char* message)
|
||||||
{
|
{
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
//OutputDebugStringA(message);
|
OutputDebugStringA(message);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (started && !terminate_runner)
|
if (started && !terminate_runner)
|
||||||
|
Loading…
Reference in New Issue
Block a user