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
new filter for webcams
  • Loading branch information
david committed Jun 27, 2016
commit 202d3285422b7fbdff14abfb811cef6810311907
4 changes: 3 additions & 1 deletion netlog/netlog
Original file line number Diff line number Diff line change
@@ -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./;