diff --git a/netlog/netlog b/netlog/netlog index 8652d66..522444b 100755 --- a/netlog/netlog +++ b/netlog/netlog @@ -143,7 +143,9 @@ sub filter { } /netlog test/ and return 'TEST'; - + + /WEBCAM/ and return 'CAM'; + $proc eq 'InRow RC' and return 'INROW'; if ($proc eq 'UPS') { return 'UPS' unless /(Started|Passed) a self-test./;