diff --git a/guix/scripts/substitute.scm b/guix/scripts/substitute.scm index 2eefdb79d8..f9bcead045 100755 --- a/guix/scripts/substitute.scm +++ b/guix/scripts/substitute.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès +;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès ;;; Copyright © 2014 Nikita Karetnikov ;;; Copyright © 2018 Kyle Meyer ;;; Copyright © 2020 Christopher Baines @@ -500,6 +500,7 @@ (define (do-fetch uri) #:port port)) '())) open-connection-for-uri/maybe))) + (newline (current-error-port)) result)) ((file #f) (let* ((base (string-append (uri-path uri) "/"))