From 3d7ef9e6bf833edb2878c4046e4918dc4c4736ce Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Mon, 24 Nov 2014 10:42:25 +0100 Subject: [PATCH] MT#8117 Fix wrong log severity. Cosmetic change notifying about shutdown. --- rate-o-mat.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rate-o-mat.pl b/rate-o-mat.pl index d74fe1a..ff22bd2 100755 --- a/rate-o-mat.pl +++ b/rate-o-mat.pl @@ -748,7 +748,7 @@ sub is_offpeak_weekday sub check_shutdown { if ($shutdown) { - syslog('warn', 'Shutdown detected, aborting work in progress'); + syslog('warning', 'Shutdown detected, aborting work in progress'); return 1; } return 0;