Skip to content

Commit

Permalink
#98 Turned down log level on failure to close channel
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Oct 5, 2013
1 parent 1cae1e4 commit 4d31a8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ synchronized private void stop() {
while (iter.hasNext()) {
final ChannelFuture cf = iter.next();
if (!cf.isSuccess()) {
LOG.warn(
LOG.info(
"Unable to close channel. Cause of failure for {} is {}",
cf.channel(),
cf.cause());
Expand Down

0 comments on commit 4d31a8a

Please sign in to comment.