Skip to content

Commit

Permalink
netlog: fix logwatcher detection
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
wwwutz committed Feb 11, 2019
1 parent 43255fd commit d0ede29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlog/netlog
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down

0 comments on commit d0ede29

Please sign in to comment.