mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 12:47:39 +02:00
fix typo in debug statement
This commit is contained in:
@@ -192,5 +192,5 @@ class _CM_KEY_VALUE(objects.Struct):
|
||||
return ''
|
||||
|
||||
# Fall back if it's something weird
|
||||
vollog.debug("Unknown registry value type encountered: {}", self.Type)
|
||||
vollog.debug("Unknown registry value type encountered: {}".format(self.Type))
|
||||
return self.Data.cast("string", max_length = self.DataLength, encoding = "latin-1")
|
||||
|
||||
Reference in New Issue
Block a user