mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 03:37:39 +02:00
pdbconv: ResourceAccessor now logs the written file
This commit is contained in:
@@ -900,7 +900,6 @@ class PdbRetreiver:
|
||||
except error.HTTPError as excp:
|
||||
vollog.debug("Failed with {}".format(excp))
|
||||
if result:
|
||||
vollog.debug("Successfully written to {}".format(result.name))
|
||||
break
|
||||
if progress_callback is not None:
|
||||
progress_callback(100, "Downloading {}".format(url + suffix))
|
||||
|
||||
Reference in New Issue
Block a user