mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05: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 @@ (define (warn-about-load-error file module args) ;FIXME: factorize with ↑
|
|||
(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…
Reference in a new issue