Minor patch

This commit is contained in:
Miroslav Stampar
2017-04-16 23:32:58 +02:00
parent 67a3e8cd75
commit 686f53a7c6
3 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ class Custom:
return output
elif not isStackingAvailable() and not conf.direct:
warnMsg = "execution of custom SQL queries is only "
warnMsg = "execution of non-query SQL statements is only "
warnMsg += "available when stacked queries are supported"
logger.warn(warnMsg)