Fix verbose logging

This commit is contained in:
momo5502
2025-01-24 16:16:50 +01:00
parent 8854968256
commit 739cbbf549

View File

@@ -117,7 +117,7 @@ namespace
(void)&watch_system_objects;
watch_system_objects(win_emu, options.concise_logging);
win_emu.buffer_stdout = true;
// win_emu.verbose_calls = true;
win_emu.verbose_calls = options.verbose_logging;
const auto& exe = *win_emu.process().executable;