From f3088079c0dd822c30c8b43d6bd38bcfca14269c Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Thu, 21 Apr 2011 22:31:02 +0000 Subject: [PATCH] error message adjustment --- lib/request/comparison.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)