Ottomata has submitted this change and it was merged. Change subject: Use log mechanism to signal monitoring passed ......................................................................
Use log mechanism to signal monitoring passed Change-Id: I8c742963cd8a1f996ba6bb3d360ec85775584d82 --- M scripts/check_web_page.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ottomata: Verified; Looks good to me, approved diff --git a/scripts/check_web_page.sh b/scripts/check_web_page.sh index 61ba8f9..ea1d3e6 100755 --- a/scripts/check_web_page.sh +++ b/scripts/check_web_page.sh @@ -1447,4 +1447,4 @@ parse_arguments "$@" check -echo "geowiki: Ok" +log "$VERBOSITY_NORMAL" "geowiki: Ok" -- To view, visit https://gerrit.wikimedia.org/r/85621 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8c742963cd8a1f996ba6bb3d360ec85775584d82 Gerrit-PatchSet: 2 Gerrit-Project: analytics/geowiki Gerrit-Branch: master Gerrit-Owner: QChris <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
