mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
PDBUtility: Log per-path symbol write failures at DEBUG level
This commit is contained in:
@@ -289,7 +289,7 @@ class PDBUtility(interfaces.configuration.VersionableInterface):
|
|||||||
)
|
)
|
||||||
break
|
break
|
||||||
except PermissionError:
|
except PermissionError:
|
||||||
vollog.warning(
|
vollog.debug(
|
||||||
f"Cannot write necessary symbol file, please check permissions on {potential_output_filename}"
|
f"Cannot write necessary symbol file, please check permissions on {potential_output_filename}"
|
||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user