From 58002c5057b547286452db429e15c562bf9465d5 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 23 Jul 2015 09:55:59 +0200 Subject: [PATCH] Minor cosmetics --- lib/controller/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 39c472e73..576d20a0f 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -1012,7 +1012,7 @@ def checkStability(): like for instance string matching (--string). """ - infoMsg = "testing if the target URL is stable. Delay can take up to a second" + infoMsg = "testing if the target URL is stable" logger.info(infoMsg) firstPage = kb.originalPage # set inside checkConnection()