summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Coldrick <thomascoldrick@ct-lt-1266.unassigned>2018-07-03 10:16:37 +0100
committerThomas Coldrick <thomascoldrick@ct-lt-1266.unassigned>2018-07-03 10:16:37 +0100
commit12f28ba4afa7e77ae136a61185da59ec35b0f350 (patch)
tree886569a86dc2aa9ca440b6b951b1dae8c78ca6f2
parentfe0a33ae850bec4c8abb1458e9bc64a1bfd59d83 (diff)
downloadbuildstream-coldtom/275.tar.gz
Shorten status messagecoldtom/275
-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,