language update

This commit is contained in:
Miroslav Stampar 2011-11-01 19:09:17 +00:00
parent 43340a7ea5
commit 4cafc5f31b

View File

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