civodul pushed a commit to branch master
in repository guix.

commit 25f04945d940841e4dfb38670d7d91e6153c75be
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu May 4 12:33:04 2023 +0200

    import: elpa: Standardize warning message.
    
    * guix/import/elpa.scm (melpa-recipe->origin): Standardize warning
    message.
---
 guix/import/elpa.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/elpa.scm b/guix/import/elpa.scm
index 760969d70e..1313a8aa67 100644
--- a/guix/import/elpa.scm
+++ b/guix/import/elpa.scm
@@ -268,7 +268,7 @@ the package named PACKAGE-NAME."
     ('gitlab (git-repository->origin recipe (gitlab-repo->url (assq-ref recipe 
':repo))))
     ('git    (git-repository->origin recipe (assq-ref recipe ':url)))
     (#f #f)   ; if we're not using melpa then this stops us printing a warning
-    (_ (warning (G_ "Unsupported MELPA fetcher: ~a, falling back to unstable 
MELPA source.~%")
+    (_ (warning (G_ "unsupported MELPA fetcher: ~a, falling back to unstable 
MELPA source~%")
                 (assq-ref recipe ':fetcher))
        #f)))
 

Reply via email to