From d0ede29e0545738fd39280e2af1625e956f170bd Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 11 Feb 2019 08:43:42 +0100 Subject: [PATCH] netlog: fix logwatcher detection fixed typo --- netlog/netlog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlog/netlog b/netlog/netlog index f317b8e..8e6dccf 100755 --- a/netlog/netlog +++ b/netlog/netlog @@ -163,7 +163,7 @@ sub filter { /remote fault/ and return 'REMOTE_FAULT'; - if ($proc eq 'logwatcher' && /block IP/) { # /project/admin/tools/logwatcher.pl on geniux + if ($proc eq 'logwatcher' && /block IP/) { # /project/admin/tools/logwatcher.pl on geniux return 'LOGWATCHER'; }