mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 16:24:25 +03:00
Minor style update
This commit is contained in:
parent
ddb9caeef1
commit
9a7fc24ec2
|
@ -475,7 +475,7 @@ class Dump:
|
||||||
|
|
||||||
if conf.replicate:
|
if conf.replicate:
|
||||||
rtable.endTransaction()
|
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:
|
else:
|
||||||
dataToDumpFile(dumpFP, "\n")
|
dataToDumpFile(dumpFP, "\n")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user