Fix debug connection string output
This commit is contained in:
@@ -26,7 +26,7 @@ func NewClient() (*Client, error) {
|
|||||||
str, err := buildConnectionString(options)
|
str, err := buildConnectionString(options)
|
||||||
|
|
||||||
if options.Debug {
|
if options.Debug {
|
||||||
fmt.Println("Creating a new client with: %s", str)
|
fmt.Println("Creating a new client with:", str)
|
||||||
}
|
}
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user