mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 18:38:19 +00:00
Fixes a go vet finding.
This commit is contained in:
parent
47c53b3871
commit
3d1702969f
@ -536,7 +536,7 @@ func (c *CheckDocker) Init() error {
|
||||
var err error
|
||||
c.dockerClient, err = docker.NewClientFromEnv()
|
||||
if err != nil {
|
||||
c.Logger.Println("[DEBUG] Error creating the Docker Client : %s", err.Error())
|
||||
c.Logger.Printf("[DEBUG] Error creating the Docker client: %s", err.Error())
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user