mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor message update
This commit is contained in:
parent
a007cd30e5
commit
5e099144d3
3 changed files with 6 additions and 5 deletions
|
|
@ -171,8 +171,9 @@ def main():
|
|||
raise
|
||||
|
||||
except SqlmapUserQuitException:
|
||||
errMsg = "user quit"
|
||||
logger.error(errMsg)
|
||||
if not conf.batch:
|
||||
errMsg = "user quit"
|
||||
logger.error(errMsg)
|
||||
|
||||
except (SqlmapSilentQuitException, bdb.BdbQuit):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue