aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormistic100 <contact@git.strangeplanet.fr>2016-03-10 19:35:46 +0100
committermistic100 <contact@git.strangeplanet.fr>2016-03-10 19:36:29 +0100
commita32c643cf2b04735d39bb529a9a0a5f92e61c636 (patch)
tree2186a57cef86d7ca87c4dccc0da1034ad63e80d4
parent40dd6bc2ff64e204db532a020586f28b0b792e57 (diff)
parenteb1fb6312850f210e85ca1c0e866dd8ddadf9e21 (diff)
Merge branch '2.8'
-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);