Change warn to message

This commit is contained in:
Case Duckworth 2021-09-01 21:15:26 -05:00
parent 963d94a0ec
commit 1e75668c18
1 changed files with 1 additions and 1 deletions

View File

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