forked from I2P_Developers/i2p.i2p
log tweak
This commit is contained in:
@@ -272,8 +272,8 @@ class HTTPResponseOutputStream extends FilterOutputStream {
|
|||||||
} catch (OutOfMemoryError oom) {
|
} catch (OutOfMemoryError oom) {
|
||||||
_log.error("OOM in HTTP Decompressor", oom);
|
_log.error("OOM in HTTP Decompressor", oom);
|
||||||
} finally {
|
} finally {
|
||||||
if (_log.shouldLog(Log.WARN) && (_in != null))
|
if (_log.shouldLog(Log.INFO) && (_in != null))
|
||||||
_log.warn("After decompression, written=" + written +
|
_log.info("After decompression, written=" + written +
|
||||||
(_in != null ?
|
(_in != null ?
|
||||||
" read=" + _in.getTotalRead()
|
" read=" + _in.getTotalRead()
|
||||||
+ ", expanded=" + _in.getTotalExpanded() + ", remaining=" + _in.getRemaining()
|
+ ", expanded=" + _in.getTotalExpanded() + ", remaining=" + _in.getRemaining()
|
||||||
|
Reference in New Issue
Block a user