mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-15 10:33:08 +03:00
Minor cosmetics
This commit is contained in:
parent
687f3991de
commit
6eae7013b6
|
@ -343,7 +343,7 @@ def start():
|
||||||
elif test[0] in ("q", "Q"):
|
elif test[0] in ("q", "Q"):
|
||||||
break
|
break
|
||||||
|
|
||||||
infoMsg = "testing url %s" % targetUrl
|
infoMsg = "testing url '%s'" % targetUrl
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
setupTargetEnv()
|
setupTargetEnv()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user