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

Skip to content

Commit 138b803

Browse files
committed
better language
1 parent 2b5e429 commit 138b803

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/generic/enumeration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,10 +1574,10 @@ def dumpTable(self, foundData=None):
15741574
colString = ", ".join(column for column in colList)
15751575
rootQuery = queries[Backend.getIdentifiedDbms()].dump_table
15761576

1577-
infoMsg = "fetching"
1577+
infoMsg = "fetching entries"
15781578
if conf.col:
1579-
infoMsg += " column(s) '%s'" % colString
1580-
infoMsg += " entries for table '%s'" % unsafeSQLIdentificatorNaming(tbl)
1579+
infoMsg += " of column(s) '%s'" % colString
1580+
infoMsg += " for table '%s'" % unsafeSQLIdentificatorNaming(tbl)
15811581
infoMsg += " on database '%s'" % unsafeSQLIdentificatorNaming(conf.db)
15821582
logger.info(infoMsg)
15831583

0 commit comments

Comments
 (0)