Skip to content

Commit 44bbef4

Browse files
committed
minor cosmetics
1 parent b7efa25 commit 44bbef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ def __cleanupOptions():
12101210
kb.adjustTimeDelay = False
12111211

12121212
warnMsg = "increasing default value for "
1213-
warnMsg += " --time-sec to %d because " % conf.timeSec
1213+
warnMsg += "--time-sec to %d because " % conf.timeSec
12141214
warnMsg += "--tor switch used"
12151215
logger.warn(warnMsg)
12161216
else:

0 commit comments

Comments
 (0)