Skip to content

Commit 0c08b94

Browse files
authored
Merge pull request #1793 from eve-mem/issue_1685
cli: add debug log of plugin version when the plugin is successfully constructed
2 parents 8807e35 + 41142ef commit 0c08b94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

volatility3/cli/__init__.py

Lines changed: 3 additions & 0 deletions
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)