added forgotten parameter to function call
This commit is contained in:
parent
e91a66719f
commit
2eca5cfc7c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ function getTimestamp(logline) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getMode(logline) {
|
function getMode(logline) {
|
||||||
if (isDMRHost)
|
if (isDMRHost(logline))
|
||||||
return logline.substring(23, logline.indexOf(","));
|
return logline.substring(23, logline.indexOf(","));
|
||||||
else
|
else
|
||||||
return logline.substring(27, logline.indexOf(","));
|
return logline.substring(27, logline.indexOf(","));
|
||||||
|
|
Loading…
Reference in a new issue