Skip to content

Commit 0d3b155

Browse files
committed
Change debug to warning to always notify user
1 parent 3b73179 commit 0d3b155

File tree

1 file changed

+1
-1
lines changed
  • volatility3/framework/plugins/windows

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/windows/iat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def _generator(self, procs):
7474
pe_data.seek(offset)
7575
pe_data.write(data)
7676
except (exceptions.InvalidAddressException, ValueError) as excp:
77-
vollog.debug(
77+
vollog.warning(
7878
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."
7979
)
8080

0 commit comments

Comments
 (0)