Skip to content

Commit

Permalink
updated logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jooleer committed May 17, 2023
1 parent 9dd1f99 commit 30bff5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions folder_hash_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def main():

if(args.verbose):
print(f"Comparing:\n{primary_directory}\nagainst:\n{secondary_directory}\n")
logging.info(f"Comparing: {primary_directory} against: {secondary_directory}")

# hash algorithm (CRC32, MD5, SHA256)
if(not args.algorithm):
Expand Down

0 comments on commit 30bff5b

Please sign in to comment.