mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
Minor style update
This commit is contained in:
parent
ddb9caeef1
commit
9a7fc24ec2
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user