some estetic updates

This commit is contained in:
Miroslav Stampar
2012-02-01 14:49:42 +00:00
parent f4e7bf1d51
commit 8405ef59ac
9 changed files with 47 additions and 47 deletions

View File

@@ -91,7 +91,7 @@ def __oneShotUnionUse(expression, unpack=True, limited=False):
logger.warn(warnMsg)
elif Backend.isDbms(DBMS.MYSQL) and not kb.multiThreadMode:
warnMsg = "if the problem persists with 'None' values please try to use "
warnMsg += "hidden switch --no-cast (fixing problems with some collation "
warnMsg += "hidden switch '--no-cast' (fixing problems with some collation "
warnMsg += "issues)"
singleTimeWarnMessage(warnMsg)