mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 03:37:39 +02:00
debug print remove
This commit is contained in:
@@ -207,7 +207,7 @@ class LinuxUtilities(interfaces.configuration.VersionableInterface):
|
||||
# path would be /foo/bar/baz, but bar is missing due to smear the results
|
||||
# returned here will show /foo//baz. Note the // for the missing dname.
|
||||
return f"<potentially smeared> {path}"
|
||||
print(path, inode.i_nlink)
|
||||
|
||||
if inode and inode.is_readable() and inode.is_valid() and inode.i_nlink == 0:
|
||||
path += LinuxUtilities.deleted
|
||||
return path
|
||||
|
||||
Reference in New Issue
Block a user