log tweak
This commit is contained in:
@ -222,8 +222,8 @@ public class MessageOutputStream extends OutputStream {
|
|||||||
// We've seen the queue blow up before, maybe it was this before the rewrite...
|
// We've seen the queue blow up before, maybe it was this before the rewrite...
|
||||||
// So perhaps it IS wise to be "overly worried" ...
|
// So perhaps it IS wise to be "overly worried" ...
|
||||||
forceReschedule(_passiveFlushDelay);
|
forceReschedule(_passiveFlushDelay);
|
||||||
if (_log.shouldLog(Log.INFO))
|
if (_log.shouldLog(Log.DEBUG))
|
||||||
_log.info("Enqueueing the flusher for " + _passiveFlushDelay + "ms out");
|
_log.debug("Enqueueing the flusher for " + _passiveFlushDelay + "ms out");
|
||||||
} else {
|
} else {
|
||||||
if (_log.shouldLog(Log.DEBUG))
|
if (_log.shouldLog(Log.DEBUG))
|
||||||
_log.debug("NOT enqueing the flusher");
|
_log.debug("NOT enqueing the flusher");
|
||||||
|
Reference in New Issue
Block a user