summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildstream/_artifactcache/ostreecache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_artifactcache/ostreecache.py b/buildstream/_artifactcache/ostreecache.py
index b4e75522a..1d0dee441 100644
--- a/buildstream/_artifactcache/ostreecache.py
+++ b/buildstream/_artifactcache/ostreecache.py
@@ -359,7 +359,7 @@ class OSTreeCache(ArtifactCache):
with element.timed_activity("Sending artifact"), \
element._output_file() as output_file:
- element.info("Pushing artifact {} to {}".format(refs, remote.push_url))
+ element.info("Pushing artifact {} to {}".format(element.name, remote.push_url))
try:
pushed = push_artifact(temp_repo.get_path().get_path(),
remote.push_url,