civodul pushed a commit to branch master
in repository guix.
commit 3a0b2c6c6efd221341def2adf17279a9566555f7
Author: Ludovic Courtès <[email protected]>
Date: Mon Jan 21 15:30:31 2019 +0100
deprecation: Send warnings to (current-error-port) by default.
* guix/deprecation.scm (deprecation-warning-port): Default
to (current-error-port).
---
guix/deprecation.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/deprecation.scm b/guix/deprecation.scm
index 8d9e427..2f7c058 100644
--- a/guix/deprecation.scm
+++ b/guix/deprecation.scm
@@ -33,7 +33,7 @@
(define deprecation-warning-port
;; Port where deprecation warnings go.
- (make-parameter (current-warning-port)))
+ (make-parameter (current-error-port)))
(define (source-properties->location-string properties)
"Return a human-friendly, GNU-standard representation of PROPERTIES, a