Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Added missing error message for auth reading
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Dec 15, 2017
1 parent 4532d4d commit ef0b6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selenoid/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func NewDockerConfigurator(config *LifecycleConfig) (*DockerConfigurator, error)
}
authConfig, err := c.initAuthConfig()
if err != nil {

c.Errorf("Failed to load authentication configuration, using default values: %v", err)
} else {
c.authConfig = authConfig
}
Expand Down

0 comments on commit ef0b6ba

Please sign in to comment.