Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6eae701

Browse files
committed
Minor cosmetics
1 parent 687f399 commit 6eae701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/controller/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def start():
343343
elif test[0] in ("q", "Q"):
344344
break
345345

346-
infoMsg = "testing url %s" % targetUrl
346+
infoMsg = "testing url '%s'" % targetUrl
347347
logger.info(infoMsg)
348348

349349
setupTargetEnv()

0 commit comments

Comments
 (0)