diff --git a/client.go b/client.go index 9c3e265..3f8ee17 100644 --- a/client.go +++ b/client.go @@ -26,7 +26,7 @@ func NewClient() (*Client, error) { str, err := buildConnectionString(options) if options.Debug { - fmt.Println("Creating a new client with: %s", str) + fmt.Println("Creating a new client with:", str) } if err != nil {