From 25f04945d940841e4dfb38670d7d91e6153c75be Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 4 May 2023 12:33:04 +0200 Subject: 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(-) (limited to 'guix/import') 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 @@ (define (gitlab-repo->url repo) ('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))) -- cgit v1.2.3