guix-commits
[Top][All Lists]
Advanced

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

04/04: ui: Tweak conflicting profile entry error message.


From: Ludovic Courtès
Subject: 04/04: ui: Tweak conflicting profile entry error message.
Date: Sun, 3 Dec 2017 17:27:10 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 3fb6464ba43141b671481ce5ba158b6e6d1badfe
Author: Ludovic Courtès <address@hidden>
Date:   Sun Dec 3 23:17:26 2017 +0100

    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 9ed8f37..e40fe57 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: address@hidden ~a~%")
                              (manifest-entry-name entry)
                              (manifest-entry-version entry)



reply via email to

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