mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +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"):
|
||||
break
|
||||
|
||||
infoMsg = "testing url %s" % targetUrl
|
||||
infoMsg = "testing url '%s'" % targetUrl
|
||||
logger.info(infoMsg)
|
||||
|
||||
setupTargetEnv()
|
||||
|
|
Loading…
Reference in New Issue
Block a user