This commit is contained in:
j 2016-02-12 22:38:31 +05:30
parent 518bb9a361
commit 346bff0514
1 changed files with 1 additions and 1 deletions

View File

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