diff --git a/streamServer.php b/streamServer.php index 0f07b86..d4dd9b4 100644 --- a/streamServer.php +++ b/streamServer.php @@ -99,7 +99,7 @@ class Stream $this->openStream(); if (!$this->stream) { - $this->appendToStreamOutput($this->timeFormatted() . " rpt0000 KEYED [via 0000] [WINSystem Allmon Connection Failed]"); + $this->appendToStreamOutput($this->timeFormatted() . " rpt0000 KEY [via 0000] [WINSystem Allmon Connection Failed]"); sleep(120); $this->streamLoop(); }