guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: deprecation: Send warnings to (current-error-port) by default.


From: guix-commits
Subject: 02/06: deprecation: Send warnings to (current-error-port) by default.
Date: Mon, 21 Jan 2019 17:21:47 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 3a0b2c6c6efd221341def2adf17279a9566555f7
Author: Ludovic Courtès <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]