diff --git a/lib/Alchemy/Phrasea/Core/Service/Log/Monolog.php b/lib/Alchemy/Phrasea/Core/Service/Log/Monolog.php index db47305387..aec9ec2656 100644 --- a/lib/Alchemy/Phrasea/Core/Service/Log/Monolog.php +++ b/lib/Alchemy/Phrasea/Core/Service/Log/Monolog.php @@ -77,7 +77,7 @@ class Monolog extends ServiceAbstract implements ServiceInterface if (!class_exists($handlerClassName)) { throw new \Exception(sprintf( - 'Unable to log monolog handler ùs looked for class %s' + 'Unable to log monolog handler %s looked for class %s' , $handlerName , $handlerClassName) );