minor update

This commit is contained in:
Miroslav Stampar 2011-11-01 20:39:22 +00:00
parent 3e3f037f1e
commit b3a57391e4

View File

@ -507,7 +507,7 @@ def dictionaryAttack(attack_dict):
if not resumed: if not resumed:
attack_info.append(item) attack_info.append(item)
else: else:
infoMsg = "resuming '%s' for hash '%s'" % (resumed, hash_) infoMsg = "resuming password '%s' for hash '%s'" % (resumed, hash_)
if user and not user.startswith(DUMMY_USER_PREFIX): if user and not user.startswith(DUMMY_USER_PREFIX):
infoMsg += " for user '%s'" % user infoMsg += " for user '%s'" % user
logger.info(infoMsg) logger.info(infoMsg)