typo
This commit is contained in:
parent
518bb9a361
commit
346bff0514
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ class Node(Thread):
|
|||
changes = self.request('pullChanges', from_revision)
|
||||
except:
|
||||
self.online = False
|
||||
logger.debug('%s went offline', u.name, ext_info=True)
|
||||
logger.debug('%s went offline', u.name, exc_info=True)
|
||||
return False
|
||||
if not changes:
|
||||
return False
|
||||
|
|
Loading…
Reference in a new issue