aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);