mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
ui: Add missing format argument in 'warn-about-load-error'.
* guix/ui.scm (warn-about-load-error): Add missing argument to 'warning'.
This commit is contained in:
parent
9e2523c25f
commit
db1b18c397
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue