Browse Source

demote nick drop to debug from warn

master
AdamISZ 7 years ago
parent
commit
8140543e09
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 2
      jmdaemon/jmdaemon/message_channel.py

2
jmdaemon/jmdaemon/message_channel.py

@ -442,7 +442,7 @@ class MessageChannelCollection(object):
#Is the nick available on another channel?
other_channels = [x for x in self.available_channels() if x != mc]
if len(other_channels) == 0:
log.warn(
log.debug(
"Cannot reconnect to dropped nick, no connections available.")
if self.on_nick_leave:
self.on_nick_leave(nick)

Loading…
Cancel
Save