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
|
||||
except PermissionError:
|
||||
vollog.warning(
|
||||
vollog.debug(
|
||||
f"Cannot write necessary symbol file, please check permissions on {potential_output_filename}"
|
||||
)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user