Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4cafc5f

Browse files
committed
language update
1 parent 43340a7 commit 4cafc5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/hash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def dictionaryAttack(attack_dict):
505505
if not resumed:
506506
attack_info.append(item)
507507
else:
508-
infoMsg = "resuming found '%s' ('%s')" % (resumed, hash_)
508+
infoMsg = "resuming '%s' for hash '%s'" % (resumed, hash_)
509509
if user and not user.startswith(DUMMY_USER_PREFIX):
510510
infoMsg += " for user '%s'" % user
511511
logger.info(infoMsg)

0 commit comments

Comments
 (0)