forked from External/mage
* Changes to logging.
This commit is contained in:
parent
3aab091492
commit
568984615f
2 changed files with 2 additions and 1 deletions
|
|
@ -79,6 +79,7 @@ public class ChatManager {
|
|||
public void destroyChatSession(UUID chatId) {
|
||||
if (chatId != null && chatSessions.containsKey(chatId)) {
|
||||
chatSessions.remove(chatId);
|
||||
logger.debug("Chat removed - chatId: " + chatId);
|
||||
} else {
|
||||
logger.warn("Chat to destroy does not exist - chatId: " + chatId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue