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:
glenneth 2025-11-06 06:18:51 +03:00 committed by Brian O'Reilly
parent 6a3917bb12
commit d9f2ac58fc
1 changed files with 1 additions and 1 deletions

View File

@ -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~%"))