minor update

This commit is contained in:
Miroslav Stampar 2010-11-23 22:33:00 +00:00
parent 57ad59206b
commit c54c9ee5d1

View File

@ -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