fix: Replace l:info with format t for logging
- l:info was called with wrong number of arguments - Use format t for consistency with rest of codebase
This commit is contained in:
parent
7830dbe334
commit
5e92dab33b
|
|
@ -45,5 +45,5 @@
|
|||
;; (unless (db:collection-exists-p "sessions")
|
||||
;; (db:create "sessions" '(())))
|
||||
|
||||
(l:info "~2&Database collections initialized~%"))
|
||||
(format t "~2&Database collections initialized~%"))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue