1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Ludovic Courtès
2020-11-06 21:42:39 +01:00
parent 9e2523c25f
commit db1b18c397

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)