Implementation for an Issue #2204

This commit is contained in:
Miroslav Stampar
2016-10-02 11:13:40 +02:00
parent d8dd37510c
commit dc8301689e
5 changed files with 27 additions and 7 deletions

View File

@@ -662,7 +662,7 @@ def start():
_saveToResultsFile()
errMsg += ", skipping to the next %s" % ("form" if conf.forms else "URL")
logger.error(errMsg)
logger.error(errMsg.lstrip(", "))
else:
logger.critical(errMsg)
return False