From e00f4a89346a2030d7b65c687fc853e08ff3b3cb Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 8 May 2012 10:50:04 +0000 Subject: [PATCH] minor cosmetics --- 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 4e84e1e4e..ef9bb82fa 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -828,7 +828,7 @@ def dictionaryAttack(attack_dict): handle, filename = tempfile.mkstemp(suffix=".txt") os.close(handle) fp = open(filename, "w+") - singleTimeLogMessage("writing uncracked hashes to '%s' for eventual further processing" % filename) + singleTimeLogMessage("writing uncracked hashes to file '%s' for eventual further processing" % filename) if user and not user.startswith(DUMMY_USER_PREFIX): fp.write("%s:%s\n" % (user, hash_)) else: