Change warning to debug to not break plugin output and to conform to coding standards

This commit is contained in:
atcuno
2025-06-30 17:27:58 -05:00
parent 997f2a4f4c
commit 97006bc61c
@@ -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()