From 4cafc5f31b433cb3fcaf35b54eaf0870f197c233 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 1 Nov 2011 19:09:17 +0000 Subject: [PATCH] language update --- lib/utils/hash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/hash.py b/lib/utils/hash.py index 0a91e4aa5..8b0807aa4 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -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)