You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ro...@apache.org on 2020/12/29 13:43:41 UTC

[buildstream] 03/03: Shorten status message

This is an automated email from the ASF dual-hosted git repository.

root pushed a commit to branch coldtom/275
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 12f28ba4afa7e77ae136a61185da59ec35b0f350
Author: Thomas Coldrick <th...@ct-lt-1266.unassigned>
AuthorDate: Tue Jul 3 10:16:37 2018 +0100

    Shorten status message
---
 buildstream/_artifactcache/ostreecache.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ 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,