|
|
|
|
@ -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 |
|
|
|
|
|