mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-26 09:29:02 +00:00
Minor style update
This commit is contained in:
@@ -475,7 +475,7 @@ class Dump:
|
||||
|
||||
if conf.replicate:
|
||||
rtable.endTransaction()
|
||||
logger.info("table '%s.%s' dumped to sqlite3 file '%s'" % (db, table, replication.dbpath))
|
||||
logger.info("table '%s.%s' dumped to sqlite3 database '%s'" % (db, table, replication.dbpath))
|
||||
|
||||
else:
|
||||
dataToDumpFile(dumpFP, "\n")
|
||||
|
||||
Reference in New Issue
Block a user