Skip to content

Commit

Permalink
new filter for webcams
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Jun 27, 2016
1 parent 50ef25b commit 202d328
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion netlog/netlog
Original file line number Diff line number Diff line change
Expand Up @@ -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./;
Expand Down

0 comments on commit 202d328

Please sign in to comment.