From 1e75668c18f29a422cedf896b1b7bf98ccb61d62 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 1 Sep 2021 21:15:26 -0500 Subject: Change warn to message --- lisp/acdw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/acdw.el') diff --git a/lisp/acdw.el b/lisp/acdw.el index 796c2f1..414b892 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el @@ -590,7 +590,7 @@ It's called 'require-private' for historical reasons." (if (functionp secret) (funcall secret) secret)) - (warn "Password not found for %S" params)))) + (message "Password not found for %S" params)))) (provide 'acdw) ;;; acdw.el ends here -- cgit 1.4.1-21-gabe81