From f333f6b38f985c40247f7c82dd462f3016611dfe Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 13 May 2014 22:48:54 +0200 Subject: fix js tests --- utility/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utility') diff --git a/utility/config.php b/utility/config.php index fc7bd788e..1e2719818 100644 --- a/utility/config.php +++ b/utility/config.php @@ -152,7 +152,7 @@ class Config { $configValues = parse_ini_string($content); if($configValues === false || count($configValues) === 0) { - $this->logger->warn('Configuration invalid. Ignoring values.', + $this->logger->warning('Configuration invalid. Ignoring values.', $this->loggerParams); } else { @@ -162,7 +162,7 @@ class Config { settype($value, $type); $this->$key = $value; } else { - $this->logger->warn('Configuration value "' . $key . + $this->logger->warning('Configuration value "' . $key . '" does not exist. Ignored value.' , $this->loggerParams); } } -- cgit v1.2.3