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'; }