mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
minor fix
This commit is contained in:
parent
4bb7ffcb3a
commit
0edb4ee314
|
@ -25,6 +25,7 @@ from lib.core.common import pushValue
|
|||
from lib.core.common import readInput
|
||||
from lib.core.common import replaceNewlineTabs
|
||||
from lib.core.common import safeStringFormat
|
||||
from lib.core.common import unhandledExceptionMessage
|
||||
from lib.core.data import conf
|
||||
from lib.core.data import kb
|
||||
from lib.core.data import logger
|
||||
|
@ -394,7 +395,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||
except:
|
||||
print
|
||||
kb.threadException = True
|
||||
errMsg = unhandledException()
|
||||
errMsg = unhandledExceptionMessage()
|
||||
logger.error("thread %d: %s" % (numThread + 1, errMsg))
|
||||
traceback.print_exc()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user