add debugging
This commit is contained in:
parent
98bd2f6cf3
commit
038b04c178
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue