Merge branch 'master' into release-9

This commit is contained in:
Jesse McConnell 2014-04-09 11:54:53 -05:00
commit 96a9cadeba
1 changed files with 2 additions and 2 deletions

View File

@ -298,8 +298,8 @@ public abstract class HttpReceiver
if (decoder != null)
{
buffer = decoder.decode(buffer);
// if (LOG.isDebugEnabled())
LOG.info("Response content decoded ({}) {}{}{}", decoder, response, System.getProperty("line.separator"), BufferUtil.toDetailString(buffer));
if (LOG.isDebugEnabled())
LOG.debug("Response content decoded ({}) {}{}{}", decoder, response, System.getProperty("line.separator"), BufferUtil.toDetailString(buffer));
}
ResponseNotifier notifier = getHttpDestination().getResponseNotifier();