another error line to ignore...

This commit is contained in:
dg9vh 2016-05-04 17:37:30 +02:00
parent dfd5ff333a
commit a45b409a41

View file

@ -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")) {