Cosmetics

This commit is contained in:
Bernardo Damele
2011-06-08 16:08:20 +00:00
parent 70cac24909
commit 0d8d6a4ace
6 changed files with 18 additions and 16 deletions

View File

@@ -114,8 +114,8 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
numThreads = 1
if conf.threads == 1 and not timeBasedCompare:
warnMsg = "running in a single-thread mode. please consider usage of "
warnMsg += "--threads option to declare higher number of threads"
warnMsg = "running in a single-thread mode. Please consider to "
warnMsg += "provide --threads switch to speedup data fetching"
singleTimeWarnMessage(warnMsg)
if conf.verbose in (1, 2) and not showEta: