diff options
author | mistic100 <contact@git.strangeplanet.fr> | 2016-03-10 19:28:32 +0100 |
---|---|---|
committer | mistic100 <contact@git.strangeplanet.fr> | 2016-03-10 19:33:57 +0100 |
commit | eb1fb6312850f210e85ca1c0e866dd8ddadf9e21 (patch) | |
tree | 01363c10fdbd8fb11f09ca64dc85c0e9cd1d9b57 /i.php | |
parent | de99e91b40ff1c9cdae7747f83f372a9078349d1 (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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |