Downgrade missing module warnings to messages

This commit is contained in:
Henrik Lissner 2018-05-29 22:44:21 +02:00
parent debe3e0dd3
commit bb6b91da9b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -476,7 +476,7 @@ added, if the file exists."
(flags (if (listp m) (cdr m)))) (flags (if (listp m) (cdr m))))
(if-let* ((path (doom-module-locate-path category module))) (if-let* ((path (doom-module-locate-path category module)))
(doom-module-set category module :flags flags :path path) (doom-module-set category module :flags flags :path path)
(warn "Couldn't find the %s %s module" category module))))))) (message "Couldn't find the %s %s module" category module)))))))
doom-modules)) doom-modules))