mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
Typo
This commit is contained in:
committed by
Pierrick Le Gall
parent
f12323d1c9
commit
01f68b81c6
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user