add debugging

This commit is contained in:
j 2019-01-19 14:37:15 +05:30
commit 038b04c178
2 changed files with 2 additions and 0 deletions

View file

@ -462,6 +462,7 @@ class Node(Thread):
return False
def upload(self, items):
logger.debug('add items to %s\'s public folder: %s', self.id, items)
r = self.request('upload', items)
return bool(r)