dont fail with inconsistent changelogs
This commit is contained in:
parent
224864bace
commit
b6866cb2be
6 changed files with 9 additions and 7 deletions
|
|
@ -170,7 +170,7 @@ class Node(object):
|
|||
if u.peered or u.queued:
|
||||
try:
|
||||
self.online = False
|
||||
logger.debug('type to connect to %s', self.user_id)
|
||||
logger.debug('type to connect to %s at [%s]:%s', self.user_id, self.host, self.port)
|
||||
if self.can_connect():
|
||||
self.online = True
|
||||
if u.queued:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue