We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7efa25 commit 44bbef4Copy full SHA for 44bbef4
1 file changed
lib/core/option.py
@@ -1210,7 +1210,7 @@ def __cleanupOptions():
1210
kb.adjustTimeDelay = False
1211
1212
warnMsg = "increasing default value for "
1213
- warnMsg += " --time-sec to %d because " % conf.timeSec
+ warnMsg += "--time-sec to %d because " % conf.timeSec
1214
warnMsg += "--tor switch used"
1215
logger.warn(warnMsg)
1216
else:
0 commit comments