deprecation: Send warnings to (current-error-port) by default.
* guix/deprecation.scm (deprecation-warning-port): Default to (current-error-port).
This commit is contained in:
parent
1b7dd99738
commit
3a0b2c6c6e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue