Skip to content

new filter for webcams #2

Merged
merged 1 commit into from
Jun 28, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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