From c54c9ee5d1003d11f5dadec4ad772517ffd3898f Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 23 Nov 2010 22:33:00 +0000 Subject: [PATCH] minor 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 95ebed21e..870df569f 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -212,7 +212,7 @@ def dictionaryAttack(): elif re.match(regex, hash_): hash_regex = regex - infoMsg = "using hash method: '%s'" % name + infoMsg = "using hash method: '%s'" % __functions__[hash_regex].func_name logger.info(infoMsg) break