mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Change warning to debug to not break plugin output and to conform to coding standards
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user