Minor style update

This commit is contained in:
stamparm 2013-05-20 16:15:35 +02:00
parent 1a4ea186ca
commit 4b2cf07262

View File

@ -285,7 +285,7 @@ def processResponse(page, responseHeaders):
msg = extractErrorMessage(page)
if msg:
logger.warning("parsed error message: '%s'" % msg)
logger.warning("parsed DBMS error message: '%s'" % msg)
if kb.originalPage is None:
for regex in (EVENTVALIDATION_REGEX, VIEWSTATE_REGEX):