summaryrefslogtreecommitdiff
path: root/buildstream/_artifactcache
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_artifactcache')
-rw-r--r--buildstream/_artifactcache/cascache.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildstream/_artifactcache/cascache.py b/buildstream/_artifactcache/cascache.py
index 9cf83a222..1a48c4065 100644
--- a/buildstream/_artifactcache/cascache.py
+++ b/buildstream/_artifactcache/cascache.py
@@ -253,7 +253,7 @@ class CASCache(ArtifactCache):
else:
self.context.message(Message(
None,
- MessageType.SKIPPED,
+ MessageType.INFO,
"Remote ({}) does not have {} cached".format(
remote.spec.url, element._get_brief_display_key())
))
@@ -344,7 +344,7 @@ class CASCache(ArtifactCache):
else:
self.context.message(Message(
None,
- MessageType.SKIPPED,
+ MessageType.INFO,
"Remote ({}) already has {} cached".format(
remote.spec.url, element._get_brief_display_key())
))