This commit is contained in:
Miroslav Stampar 2016-01-08 15:33:14 +01:00
parent e3650342bd
commit c7ea3d65be

View File

@ -639,7 +639,7 @@ def _findPageForms():
except KeyboardInterrupt:
break
except Exception, ex:
errMsg = "problem occurred while searching for forms at '%s' ('%s')" % (target, ex)
errMsg = "problem occurred while searching for forms at '%s' ('%s')" % (target, getSafeExString(ex))
logger.error(errMsg)
def _setDBMSAuthentication():