From d2bbfa4aad283137712929c763394b3bd1edaae0 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 28 May 2012 14:04:17 +0000 Subject: [PATCH] minor style update --- 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 0936dd239..f81f5333c 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -791,7 +791,7 @@ def checkStability(): logger.info(infoMsg) else: errMsg = "there was an error checking the stability of page " - errMsg += "because of lack of content. please check the " + errMsg += "because of lack of content. Please check the " errMsg += "page request results (and probable errors) by " errMsg += "using higher verbosity levels" logger.error(errMsg)