From 091c174bc4de4ef79861bc8b41bb45cfa99ffed1 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 1 Jun 2011 08:30:06 +0000 Subject: [PATCH] better language --- lib/techniques/error/use.py | 4 ++-- lib/techniques/inband/union/use.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/techniques/error/use.py b/lib/techniques/error/use.py index e67562f20..9a13b5abd 100644 --- a/lib/techniques/error/use.py +++ b/lib/techniques/error/use.py @@ -319,8 +319,8 @@ def errorUse(expression, expected=None, resumeValue=True, dump=False): try: if stopLimit > TURN_OFF_RESUME_INFO_LIMIT: kb.suppressResumeInfo = True - infoMsg = "suppressing resume console info because of " - infoMsg += "large number of rows (possible slowdown)" + infoMsg = "suppressing possible resume console info because of " + infoMsg += "large number of rows (might take too much time)" logger.info(infoMsg) lockNames = ('limits', 'outputs') diff --git a/lib/techniques/inband/union/use.py b/lib/techniques/inband/union/use.py index f77f64318..6f83b6b68 100644 --- a/lib/techniques/inband/union/use.py +++ b/lib/techniques/inband/union/use.py @@ -259,8 +259,8 @@ def unionUse(expression, unpack=True, dump=False): try: if stopLimit > TURN_OFF_RESUME_INFO_LIMIT: kb.suppressResumeInfo = True - infoMsg = "suppressing resume console info because of " - infoMsg += "large number of rows (possible slowdown)" + infoMsg = "suppressing possible resume console info because of " + infoMsg += "large number of rows (might take too much time)" logger.info(infoMsg) lockNames = ('limits', 'value')