mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ (define-module (guix deprecation)
|
||||||
|
|
||||||
(define deprecation-warning-port
|
(define deprecation-warning-port
|
||||||
;; Port where deprecation warnings go.
|
;; Port where deprecation warnings go.
|
||||||
(make-parameter (current-warning-port)))
|
(make-parameter (current-error-port)))
|
||||||
|
|
||||||
(define (source-properties->location-string properties)
|
(define (source-properties->location-string properties)
|
||||||
"Return a human-friendly, GNU-standard representation of PROPERTIES, a
|
"Return a human-friendly, GNU-standard representation of PROPERTIES, a
|
||||||
|
|
Loading…
Reference in a new issue