From 3fb6464ba43141b671481ce5ba158b6e6d1badfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 3 Dec 2017 23:17:26 +0100 Subject: ui: Tweak conflicting profile entry error message. * guix/ui.scm (call-with-error-handling): Use 'manifest-entry-output*' when reporting conflicting profile entries. --- guix/ui.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix/ui.scm b/guix/ui.scm index 9ed8f37521..e40fe576ba 100644 --- a/guix/ui.scm +++ b/guix/ui.scm @@ -555,9 +555,9 @@ interpreted." ("out" "") (output (string-append ":" output)))) - (report-error (G_ "profile contains conflicting entries for ~a:~a~%") + (report-error (G_ "profile contains conflicting entries for ~a~a~%") (manifest-entry-name entry) - (manifest-entry-output entry)) + (manifest-entry-output* entry)) (report-error (G_ " first entry: ~a@~a~a ~a~%") (manifest-entry-name entry) (manifest-entry-version entry) -- cgit v1.2.1