Change debug to warning to always notify user

This commit is contained in:
Andrew Case
2025-03-08 00:50:51 +00:00
parent 3b7317971d
commit 0d3b155766
+1 -1
View File
@@ -74,7 +74,7 @@ class IAT(interfaces.plugins.PluginInterface):
pe_data.seek(offset)
pe_data.write(data)
except (exceptions.InvalidAddressException, ValueError) as excp:
vollog.debug(
vollog.warning(
f"Exception triggered when reconstructing PE file for process {proc.UniqueProcessId} at address {peb.ImageBaseAddress:#x} due to {excp}. Output file may be corrupt and/or truncated."
)