Add trace entry for leaving chat room in log.

fix-message-formatting
Danny van Heumen 12 years ago
parent 5a7b5e2e3d
commit 293c5088c4

@ -676,7 +676,8 @@ public void leave(ChatRoomIrcImpl chatroom)
{
if (chatroom.isPrivate())
return;
LOGGER.trace("Leaving chat room '"+chatroom.getIdentifier()+"'.");
// You only actually join non-private chat rooms, so only these ones
// need to be left.
leave(chatroom.getIdentifier());

Loading…
Cancel
Save