minor update

This commit is contained in:
Miroslav Stampar 2012-01-06 00:23:49 +00:00
parent 759465bde5
commit f85c5b3f4d

View File

@ -1696,7 +1696,7 @@ class Enumeration:
elif not isNumPosStrValue(count):
warnMsg = "unable to retrieve the number of "
if conf.col:
warnMsg += "columns '%s' " % colString
warnMsg += "column(s) '%s' " % colString
warnMsg += "entries for table '%s' " % unsafeSQLIdentificatorNaming(tbl)
warnMsg += "on database '%s'" % unsafeSQLIdentificatorNaming(conf.db)
logger.warn(warnMsg)