Skip to content

Commit

Permalink
Fixed log message for SHA-256 change
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Feb 2, 2022
1 parent 2127715 commit bf136b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrdp/mitm/FileMapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def finalize(self):
# Make the symlink relative so you can move the output folder around and it will still work.
self.filesystemPath.symlink_to(Path(os.path.relpath(hashPath, self.filesystemPath.parent)))

self.log.info("SHA1 '%(path)s' = '%(shasum)s'", {
self.log.info("SHA-256 '%(path)s' = '%(shasum)s'", {
"path": str(self.filesystemPath.relative_to(self.filesystemDir)), "shasum": fileHash
})

Expand Down

0 comments on commit bf136b6

Please sign in to comment.