Skip to content

Commit 1b4dfd6

Browse files
committed
Provide clearer message when config is not provided
We now print a more aggressive message when the configuration was not mounted. Hopefully users will notice this a bit more clearly than the previous message.
1 parent 9e5f477 commit 1b4dfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config/config.lisp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
(in-package :cl-user)
22

3-
(format t "~&Configuration belongs here.~%")
3+
(format t "~&~%~%CONFIG NOT MOUNTED; BOOTING WITH EMPTY CONFIGURATION~%~%")

0 commit comments

Comments
 (0)