Arg, (format nil ...) makes a string

This commit is contained in:
niten 2022-02-02 14:39:31 -08:00
parent a2200a02e0
commit 026cc8b25c
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
db-username db-username
db-password db-password
db-use-ssl) db-use-ssl)
(format nil "Got XMPP password: ~A" xmpp-password) (format t "Got XMPP password: ~A" xmpp-password)
(let ((postmodern:*ignore-unknown-columns* t) (let ((postmodern:*ignore-unknown-columns* t)
(cl-postgres:*query-log* *standard-output*) (cl-postgres:*query-log* *standard-output*)
(*dns-store* (make-instance 'backplane-dns-store:postgres-dns-store))) (*dns-store* (make-instance 'backplane-dns-store:postgres-dns-store)))