mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 12:47:39 +02:00
remove redundant log message
This commit is contained in:
@@ -118,8 +118,6 @@ class PrintKey(interfaces.plugins.PluginInterface):
|
||||
sub_node_name = sub_node.get_name()
|
||||
except exceptions.InvalidAddressException as excp:
|
||||
vollog.debug(excp)
|
||||
vollog.log(constants.LOGLEVEL_VVV,
|
||||
"Couldn't get subnode name at {}, not recursing".format(hex(sub_node.vol.offset)))
|
||||
continue
|
||||
|
||||
yield from self.hive_walker(hive, node_path + [sub_node], key_path + "\\" + sub_node_name)
|
||||
|
||||
Reference in New Issue
Block a user