From 939cdb019bc7daa25ad6b6ffeafe95dd5e326f0c Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 13 Mar 2010 15:00:47 +0000 Subject: [PATCH] log tweak --- .../src/net/i2p/client/streaming/MessageOutputStream.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/streaming/java/src/net/i2p/client/streaming/MessageOutputStream.java b/apps/streaming/java/src/net/i2p/client/streaming/MessageOutputStream.java index de0a74228..1a7f0afbe 100644 --- a/apps/streaming/java/src/net/i2p/client/streaming/MessageOutputStream.java +++ b/apps/streaming/java/src/net/i2p/client/streaming/MessageOutputStream.java @@ -222,8 +222,8 @@ public class MessageOutputStream extends OutputStream { // We've seen the queue blow up before, maybe it was this before the rewrite... // So perhaps it IS wise to be "overly worried" ... forceReschedule(_passiveFlushDelay); - if (_log.shouldLog(Log.INFO)) - _log.info("Enqueueing the flusher for " + _passiveFlushDelay + "ms out"); + if (_log.shouldLog(Log.DEBUG)) + _log.debug("Enqueueing the flusher for " + _passiveFlushDelay + "ms out"); } else { if (_log.shouldLog(Log.DEBUG)) _log.debug("NOT enqueing the flusher");