Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qq254963746 committed Jan 11, 2017
2 parents b03294c + e1d9f67 commit 05b13b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public ByteBuffer encode(NioChannel channel, Object msg) {
RemotingHelper.closeChannel(c);
}
} else {
LOGGER.error("Message is instance of " + RemotingCommand.class.getName());
LOGGER.error("Message is not instance of " + RemotingCommand.class.getName());
}
return null;
}
Expand Down

0 comments on commit 05b13b3

Please sign in to comment.