mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Add some debug information when connecting to MySQL.
Makes debugging connection strings easier...
This commit is contained in:
parent
178210b6f8
commit
8f0db173de
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user