summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/scripts/style.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/scripts/style.scm b/guix/scripts/style.scm
index c38efac7ed2..6ac7a903818 100644
--- a/guix/scripts/style.scm
+++ b/guix/scripts/style.scm
@@ -609,7 +609,8 @@ Return the new origin S-expression or #f if transformation isn't applicable."
(package-version package))))
(if new-origin
(begin
- (info location (G_ "transforming source from url-fetch to git-fetch~%"))
+ (info location (G_ "~a: changing source to 'git-fetch'~%")
+ (package-full-name package))
(object->string* new-origin (location-column location)))
str)))