ui: Add missing format argument in 'warn-about-load-error'.
* guix/ui.scm (warn-about-load-error): Add missing argument to 'warning'.master
parent
9e2523c25f
commit
db1b18c397
|
@ -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)
|
||||
|
|
Reference in New Issue