From 202d3285422b7fbdff14abfb811cef6810311907 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 27 Jun 2016 16:34:01 +0200 Subject: [PATCH] new filter for webcams --- netlog/netlog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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./;