diff --git a/lib/request/comparison.py b/lib/request/comparison.py index cf4ec3d6e..30b17df4f 100644 --- a/lib/request/comparison.py +++ b/lib/request/comparison.py @@ -61,8 +61,8 @@ def comparison(page, getRatioValue=False, pageLength=None): if kb.nullConnection and pageLength: if not seqMatcher.a: errMsg = "problem occured while retrieving original page content " - errMsg += "which prevents sqlmap from continuation. please rerun, " - errMsg += "and if problem persists please turn off optimization switches" + errMsg += "which prevents sqlmap from continuation. Please rerun, " + errMsg += "and if the problem persists turn off any optimization switches" raise sqlmapNoneDataException, errMsg ratio = 1. * pageLength / len(seqMatcher.a)