Add some debug information when connecting to MySQL.

Makes debugging connection strings easier...
This commit is contained in:
Dimitri Fontaine 2015-08-20 12:19:03 +02:00
parent 178210b6f8
commit 8f0db173de

View File

@ -64,6 +64,7 @@
:username (db-user myconn)
:password (db-pass myconn)
:database (db-name myconn))))
(log-message :debug "CONNECT ~a" myconn)
;; return the connection object
myconn)