add logging for streams we already have

This commit is contained in:
Jack Robison 2019-04-28 17:05:15 -04:00
parent b09e1f8825
commit 1f266ebdad
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -351,6 +351,7 @@ class StreamManager:
# resume or update an existing stream, if the stream changed download it and delete the old one after
updated_stream, to_replace = await self._check_update_or_replace(outpoint, resolved['claim_id'], claim)
if updated_stream:
log.info("already have stream for %s", uri)
return updated_stream
content_fee = None