From ab954439e8579fcf961f2259b063c13a428ae072 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 12 Sep 2019 13:25:42 -0400 Subject: [PATCH] Label 'doom env' errors as warnings Because they can usually be ignored. --- core/cli/env.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cli/env.el b/core/cli/env.el index 8ce5b45a3..0307eee14 100644 --- a/core/cli/env.el +++ b/core/cli/env.el @@ -109,7 +109,7 @@ default, on Linux, this is '$SHELL -ic /usr/bin/env'. Variables in (print-group! (let ((errors (with-current-buffer error-buffer (buffer-string)))) (unless (string-empty-p errors) - (print! (info "Error output:\n\n%s") (indent 4 errors)))) + (print! (info "Warnings:\n\n%s") (indent 4 errors)))) ;; Remove undesireable variables (insert (concat