Arg, (format nil ...) makes a string
This commit is contained in:
parent
a2200a02e0
commit
026cc8b25c
|
@ -156,7 +156,7 @@
|
|||
db-username
|
||||
db-password
|
||||
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)
|
||||
(cl-postgres:*query-log* *standard-output*)
|
||||
(*dns-store* (make-instance 'backplane-dns-store:postgres-dns-store)))
|
||||
|
|
Loading…
Reference in New Issue