log receive request

This commit is contained in:
Alex Grintsvayg 2017-03-29 16:56:31 -04:00
parent 32e2ee8bf5
commit bacc3a0b3a

View file

@ -1429,6 +1429,8 @@ class Daemon(AuthJSONRPCServer):
if claim['claim_id'] == _claim_id:
return Metadata(json.loads(claim['value']))
log.info("Received request to get %s", name)
timeout = timeout if timeout is not None else self.download_timeout
download_directory = download_directory or self.download_directory
if name in self.streams: