We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226547b commit d2bbfa4Copy full SHA for d2bbfa4
1 file changed
lib/controller/checks.py
@@ -791,7 +791,7 @@ def checkStability():
791
logger.info(infoMsg)
792
else:
793
errMsg = "there was an error checking the stability of page "
794
- errMsg += "because of lack of content. please check the "
+ errMsg += "because of lack of content. Please check the "
795
errMsg += "page request results (and probable errors) by "
796
errMsg += "using higher verbosity levels"
797
logger.error(errMsg)
0 commit comments