diff --git a/core/core-packages.el b/core/core-packages.el index d5fbfe40c..18975e851 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -254,7 +254,8 @@ elsewhere." (with-plist! recipe (fetcher) (when fetcher (message "%s\n%s" - "WARNING: The :fetcher property was used for the %S package." + (format "WARNING: The :fetcher property was used for the %S package." + name) "This property is deprecated. Replace it with :host.") (plist-put! recipe :host fetcher) (plist-delete! recipe :fetcher))