From a2200a02e044d493ca2df5c2f3528099b93deecd Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 2 Feb 2022 14:27:08 -0800 Subject: [PATCH] Just echo the fuckin password --- backplane-dns.lisp | 1 + 1 file changed, 1 insertion(+) 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)))