1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-17 08:10:36 +01:00

- added missing call to format.

This commit is contained in:
cage 2020-12-28 15:21:53 +01:00
parent 5151fbe4a2
commit 3549f9cd03

View File

@ -34,8 +34,10 @@
(data-file
(%load data-file))
(t
(error (_ "Unrecoverable error: file ~a not found in any of the directory ~a ~a ~a ~a")
+sys-data-dir+
+sys-conf-dir+
(home-datadir)
(home-confdir)))))))
(error (format nil
(_ "Unrecoverable error: file ~a not found in any of the directory ~a ~a ~a ~a")
path
+sys-data-dir+
+sys-conf-dir+
(home-datadir)
(home-confdir))))))))