Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3fa8e1d

Browse files
committed
better language
1 parent 4bb9754 commit 3fa8e1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/generic/enumeration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@ def dumpTable(self):
15881588
if not kb.data.dumpedTable and not conf.direct:
15891589
infoMsg = "fetching number of "
15901590
if conf.col:
1591-
infoMsg += "columns '%s' " % colString
1591+
infoMsg += "column(s) '%s' " % colString
15921592
infoMsg += "entries for table '%s' " % unsafeSQLIdentificatorNaming(tbl)
15931593
infoMsg += "on database '%s'" % unsafeSQLIdentificatorNaming(conf.db)
15941594
logger.info(infoMsg)

0 commit comments

Comments
 (0)