mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 08:22:15 +01:00
Minor cosmetics
This commit is contained in:
parent
687f3991de
commit
6eae7013b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue