You don't need Alias|0000 since it not used on Last Heard List - getMMDVMLog
This commit is contained in:
parent
d44c2623a0
commit
9125afb8c6
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ function getMMDVMLog() {
|
||||||
// Open Logfile and copy loglines into LogLines-Array()
|
// Open Logfile and copy loglines into LogLines-Array()
|
||||||
$logPath = MMDVMLOGPATH."/".MMDVMLOGPREFIX."-".date("Y-m-d").".log";
|
$logPath = MMDVMLOGPATH."/".MMDVMLOGPREFIX."-".date("Y-m-d").".log";
|
||||||
//$logLines = explode("\n", `grep M: $logPath`);
|
//$logLines = explode("\n", `grep M: $logPath`);
|
||||||
$logLines = explode("\n", `egrep -h "from|end|watchdog|lost|Alias|0000" $logPath`);
|
$logLines = explode("\n", `egrep -h "from|end|watchdog|lost" $logPath`);
|
||||||
return $logLines;
|
return $logLines;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue