Merge pull request #1863 from volatilityfoundation/malfind_warning

Change warning to debug to not break plugin output and to conform to …
This commit is contained in:
ikelos
2025-07-01 00:59:18 +01:00
committed by GitHub
@@ -173,7 +173,7 @@ class Malfind(interfaces.plugins.PluginInterface):
if dirty_page is not None:
# Useful information to investigate the page content with volshell afterwards.
vollog.warning(
vollog.debug(
f"[proc_id {proc_id}] Found suspicious DIRTY + {protection_string} page at {hex(dirty_page)}",
)
start = vad.get_start()