me
/
guix
Archived
1
0
Fork 0

ui: Add missing format argument in 'warn-about-load-error'.

* guix/ui.scm (warn-about-load-error): Add missing argument to 'warning'.
master
Ludovic Courtès 2020-11-06 21:42:39 +01:00
parent 9e2523c25f
commit db1b18c397
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -435,6 +435,7 @@ exiting. ARGS is the list of arguments received by the 'throw' handler."
(gettext (condition-message obj) %gettext-domain)))
((formatted-message? obj)
(warning (G_ "failed to load '~a': ~a~%")
file
(apply format #f
(gettext (formatted-message-string obj)
%gettext-domain)