guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: import: elpa: Standardize warning message.


From: guix-commits
Subject: 06/07: import: elpa: Standardize warning message.
Date: Thu, 4 May 2023 07:12:11 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 25f04945d940841e4dfb38670d7d91e6153c75be
Author: Ludovic Courtès <ludo@gnu.org>
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

[Prev in Thread] Current Thread [Next in Thread]