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:
Ludovic Courtès 2019-01-21 15:30:31 +01:00
parent 1b7dd99738
commit 3a0b2c6c6e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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