Skip to content

Commit

Permalink
Merge pull request #2 from mariux64/netlog_CAM
Browse files Browse the repository at this point in the history
new filter for webcams
  • Loading branch information
donald committed Jun 28, 2016
2 parents 4530018 + 202d328 commit a07dd86
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 a07dd86

Please sign in to comment.