From 23ffbfdb44ea21bcfe10e699d533ca45c80b8918 Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Sat, 20 Dec 2014 14:55:35 +0000 Subject: [PATCH] no need to report 'no tidal events' --- util/logwatch/scripts/services/weewx | 1 + 1 file changed, 1 insertion(+) diff --git a/util/logwatch/scripts/services/weewx b/util/logwatch/scripts/services/weewx index d4178231..6aa465fe 100755 --- a/util/logwatch/scripts/services/weewx +++ b/util/logwatch/scripts/services/weewx @@ -435,6 +435,7 @@ while(defined($_ = )) { /forecast: NWSThread: NWS: forecast matrix/ || /forecast: XTideThread: XTide: tide matrix/ || /forecast: XTideThread: XTide: generating tides/ || + /forecast: XTideThread: XTide: got no tidal events/ || /forecast: .*: forecast version/ || /restx: StationRegistry: Station will/ || /restx: .*Data will be uploaded/ ||