Shorten status message
diff --git a/buildstream/_artifactcache/ostreecache.py b/buildstream/_artifactcache/ostreecache.py
index b4e7552..1d0dee4 100644
--- a/buildstream/_artifactcache/ostreecache.py
+++ b/buildstream/_artifactcache/ostreecache.py
@@ -359,7 +359,7 @@
 
             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,