* Jetty logging: Fix logging using I2PLogger class;

log ignored messages at debug level
This commit is contained in:
zzz
2013-04-14 14:02:43 +00:00
parent 8bfe3f632e
commit 57b794f72a
5 changed files with 26 additions and 11 deletions

View File

@@ -187,7 +187,7 @@ public class I2PLogger implements Logger
*/
public void ignore(Throwable ignored)
{
warn("IGNORED", ignored);
debug("IGNORED", ignored);
}
/**