Browse Source

Change verbosity of on_nick_leave_directory log message from info to debug

master
Kristaps Kaupe 4 years ago
parent
commit
447cdb2582
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      jmdaemon/jmdaemon/onionmc.py

2
jmdaemon/jmdaemon/onionmc.py

@ -1074,7 +1074,7 @@ class OnionMessageChannel(MessageChannel):
if not nick in self.active_directories:
return
if not dir_peer in self.active_directories[nick]:
log.info("Directory {} is telling us that {} has left, but we "
log.debug("Directory {} is telling us that {} has left, but we "
"didn't know about them. Ignoring.".format(
dir_peer.peer_location(), nick))
return

Loading…
Cancel
Save