diff --git a/include/Logger.class.php b/include/Logger.class.php index e2afa80ff..7d11d844c 100644 --- a/include/Logger.class.php +++ b/include/Logger.class.php @@ -346,7 +346,7 @@ class Logger { $message.= "\n" . $this->indent($this->contextToString($context)); } - $line = "[" . $this->getTimestamp() . '][exec='.($page['execution_uuid']??'unkonwn')."]\t[" . self::levelToCode($level) . "]\t"; + $line = "[" . $this->getTimestamp() . '][exec='.($page['execution_uuid']??'unknown')."]\t[" . self::levelToCode($level) . "]\t"; if ($cat != null) { $line.= "[" . $cat . "]\t";