Skip to content

Commit

Permalink
Fixed problem with code style
Browse files Browse the repository at this point in the history
  • Loading branch information
warneke committed Nov 16, 2012
1 parent b7517b2 commit f91ba58
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,10 @@ public void register(final Task task, final Set<ChannelID> activeOutputChannels,
addReceiverListHint(outputChannelContext);
}

if (LOG.isDebugEnabled())
if (LOG.isDebugEnabled()) {
LOG.debug("Registering byte buffered output channel " + outputChannelContext.getChannelID() + " ("
+ (isActive ? "active" : "inactive") + ")");
}

this.registeredChannels.put(outputChannelContext.getChannelID(), outputChannelContext);
}
Expand Down

0 comments on commit f91ba58

Please sign in to comment.