Log invocations outside of any module

This commit is contained in:
momo5502
2025-08-13 19:09:44 +02:00
parent a33e252e40
commit 982d02b674
3 changed files with 3 additions and 2 deletions

View File

@@ -280,6 +280,7 @@ namespace
const auto is_interesting_call = is_previous_main_exe //
|| is_main_exe //
|| !previous_binary //
|| is_in_interesting_module();
if (!c.has_reached_main && c.settings->concise_logging && !c.settings->silent && is_main_exe)