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
parent 7830dbe334
commit 5e92dab33b
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~%"))