From 01f68b81c69370e7751495713e81e26f2638bc0b Mon Sep 17 00:00:00 2001 From: Steffan Henke Date: Thu, 14 May 2026 14:36:48 +0200 Subject: [PATCH] Typo --- include/Logger.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";