another error line to ignore...
This commit is contained in:
parent
dfd5ff333a
commit
a45b409a41
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ function getHeardList($logLines) {
|
|||
continue;
|
||||
} else if(strpos($logLine,"invalid access")) {
|
||||
continue;
|
||||
} else if(strpos($logLine,"received RF header for wrong repeater")) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if(strpos($logLine,"end of")) {
|
||||
|
|
Loading…
Reference in a new issue