Skip to content

Commit 41142ef

Browse files
committed
cli: add debug log of plugin version when the plugin is successfully constructed
1 parent b5c98a0 commit 41142ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

volatility3/cli/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,9 @@ def run(self):
505505
try:
506506
# Construct and run the plugin
507507
if constructed:
508+
vollog.debug(
509+
f"Successfully constructed {args.plugin} {constructed.version}"
510+
)
508511
grid = constructed.run()
509512
renderer = renderers[args.renderer]()
510513
renderer.filter = text_filter.CLIFilter(grid, args.filters)

0 commit comments

Comments
 (0)