Language update

This commit is contained in:
Miroslav Stampar
2016-05-24 15:18:19 +02:00
parent 28576bf08e
commit 42de887b05
4 changed files with 6 additions and 6 deletions

View File

@@ -2863,7 +2863,7 @@ def setOptimize():
conf.nullConnection = not any((conf.data, conf.textOnly, conf.titles, conf.string, conf.notString, conf.regexp, conf.tor))
if not conf.nullConnection:
debugMsg = "turning off --null-connection switch used indirectly by switch -o"
debugMsg = "turning off switch '--null-connection' used indirectly by switch '-o'"
logger.debug(debugMsg)
def initTechnique(technique=None):