1
0
Fork 0

- added missing call to format.

This commit is contained in:
cage 2020-12-28 15:21:53 +01:00
parent 5151fbe4a2
commit 3549f9cd03
1 changed files with 7 additions and 5 deletions

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))))))))