From 3a0b2c6c6efd221341def2adf17279a9566555f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 21 Jan 2019 15:30:31 +0100 Subject: 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 8d9e42758d..2f7c058940 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 -- cgit v1.2.3