From c9d570c83bef3e23af9eb0477b0ee22d82231cdc Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 21 Feb 2012 13:49:30 +0000 Subject: [PATCH] minor update --- lib/techniques/union/use.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/techniques/union/use.py b/lib/techniques/union/use.py index 17364bfc3..ab3917285 100644 --- a/lib/techniques/union/use.py +++ b/lib/techniques/union/use.py @@ -91,7 +91,7 @@ def __oneShotUnionUse(expression, unpack=True, limited=False): 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 += "issues)" + warnMsg += "issues) or switch '--hex'" singleTimeWarnMessage(warnMsg) conf.hashDB.write(expression, retVal)