#1473 - update exception message

This commit is contained in:
Dave Lassalle
2025-01-23 12:20:14 -06:00
parent 6c4cafa64f
commit 81ba89eef6
@@ -174,7 +174,7 @@ class UserAssist(interfaces.plugins.PluginInterface, timeliner.TimeLinerInterfac
)
except RegistryFormatException as e:
vollog.warning(
f"Error accessing UserAssist key in {hive_name} at {hive.hive_offset:#x}"
f"Error accessing UserAssist key in {hive_name} at {hive.hive_offset:#x}: {e}"
)
return None
except KeyError: