aboutsummaryrefslogtreecommitdiffstats
path: root/i.php
diff options
context:
space:
mode:
authormistic100 <contact@git.strangeplanet.fr>2016-03-10 19:28:32 +0100
committermistic100 <contact@git.strangeplanet.fr>2016-03-10 19:33:57 +0100
commiteb1fb6312850f210e85ca1c0e866dd8ddadf9e21 (patch)
tree01363c10fdbd8fb11f09ca64dc85c0e9cd1d9b57 /i.php
parentde99e91b40ff1c9cdae7747f83f372a9078349d1 (diff)
Fix #436 Call to undefined method Logger::warning in i.php
Change log_lvl for release branch
Diffstat (limited to 'i.php')
-rw-r--r--i.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/i.php b/i.php
index 6be12888b..8b3e89bcd 100644
--- a/i.php
+++ b/i.php
@@ -88,7 +88,7 @@ function ierror($msg, $code)
}
// default url is on html format
$url = html_entity_decode($msg);
- $logger->warning($code . ' ' . $url, 'i.php', array(
+ $logger->debug($code . ' ' . $url, 'i.php', array(
'url' => $_SERVER['REQUEST_URI'],
));
header('Request-URI: '.$url);