From 2041361695d524f84cf5d016408399f1690f4fad Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 16 Jan 2011 23:20:52 +0000 Subject: [PATCH] minor cosmetics --- lib/core/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/common.py b/lib/core/common.py index 702da3086..1baa4aebf 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -1610,7 +1610,7 @@ def adjustTimeDelay(lastQueryDuration, lowerStdLimit): kb.delayCandidates = [candidate] + kb.delayCandidates[:-1] if all([x == candidate for x in kb.delayCandidates]) and candidate < conf.timeSec: print - warnMsg = "adjusting time delay to %d seconds" % candidate + warnMsg = "adjusting time delay to %d second%s" % (candidate, 's' if candidate > 1 else '') logger.warn(warnMsg) conf.timeSec = candidate