[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: http-client: Send redirection messages to stderr.
From: |
Marius Bakke |
Subject: |
02/07: http-client: Send redirection messages to stderr. |
Date: |
Sat, 26 May 2018 11:06:45 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 9572d2b4820c7d916613f2e0031c892a71f5a966
Author: Marius Bakke <address@hidden>
Date: Thu May 10 16:16:00 2018 +0200
http-client: Send redirection messages to stderr.
* guix/http-client.scm (http-fetch): Use CURRENT-ERROR-PORT instead of
default
output.
---
guix/http-client.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/http-client.scm b/guix/http-client.scm
index e8a2a23..3b34d4f 100644
--- a/guix/http-client.scm
+++ b/guix/http-client.scm
@@ -114,7 +114,7 @@ Raise an '&http-get-error' condition if downloading fails."
308) ; permanent redirection
(let ((uri (resolve-uri-reference (response-location resp) uri)))
(close-port port)
- (format #t (G_ "following redirection to `~a'...~%")
+ (format (current-error-port) (G_ "following redirection to
`~a'...~%")
(uri->string uri))
(loop uri)))
(else
- branch master updated (385f8a0 -> d5c472a), Marius Bakke, 2018/05/26
- 04/07: gnu: vte: Update to 0.52.2., Marius Bakke, 2018/05/26
- 02/07: http-client: Send redirection messages to stderr.,
Marius Bakke <=
- 01/07: gnu: rust: Fix typo., Marius Bakke, 2018/05/26
- 03/07: gnu: feh: Update to 2.26.3., Marius Bakke, 2018/05/26
- 05/07: gnu: whois: Update to 5.3.1., Marius Bakke, 2018/05/26
- 06/07: gnu: samba: Update to 4.8.2., Marius Bakke, 2018/05/26
- 07/07: gnu: p11-kit: Update to 0.23.11., Marius Bakke, 2018/05/26