diff --git a/src/analyzer/main.cpp b/src/analyzer/main.cpp index 6576e6ee..083cbf6b 100644 --- a/src/analyzer/main.cpp +++ b/src/analyzer/main.cpp @@ -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;