diff --git a/backplane-dns.lisp b/backplane-dns.lisp index dc655fd..7da013b 100644 --- a/backplane-dns.lisp +++ b/backplane-dns.lisp @@ -156,6 +156,7 @@ db-username db-password db-use-ssl) + (format nil "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)))