summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Smith <joshsmith@codethink.co.uk>2018-07-25 11:50:14 +0100
committerJosh Smith <joshsmith@codethink.co.uk>2018-07-25 11:50:14 +0100
commit6106d6571e398a4026883c2527038087320a5734 (patch)
tree3b69781e459e9a77b7cb1148dc4a4f84f631df7f
parentde162e43b11a743c346d569ffc8b19820cfaba11 (diff)
downloadbuildstream-6106d6571e398a4026883c2527038087320a5734.tar.gz
cascache.py: Remove misleading info message
This addresses issue #501.
-rw-r--r--buildstream/_artifactcache/cascache.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildstream/_artifactcache/cascache.py b/buildstream/_artifactcache/cascache.py
index a540c8c61..c1c75a26f 100644
--- a/buildstream/_artifactcache/cascache.py
+++ b/buildstream/_artifactcache/cascache.py
@@ -240,7 +240,6 @@ class CASCache(ArtifactCache):
except grpc.RpcError as e:
if e.code() != grpc.StatusCode.NOT_FOUND:
- element.info("{} not found at remote {}".format(element._get_brief_display_key(), remote.spec.url))
raise
return False