Skip to content

Commit

Permalink
update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseakomlo committed Feb 2, 2018
1 parent 3202200 commit 8049aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ func (c *Client) setupDrivers() error {

}

c.logger.Printf("[DEBUG] client: available drivers %v", detectedDrivers)
c.logger.Printf("[DEBUG] client: detected drivers %v", detectedDrivers)
if len(skippedDrivers) > 0 {
c.logger.Printf("[DEBUG] client: drivers skipped due to white/blacklist: %v", skippedDrivers)
}
Expand Down

0 comments on commit 8049aa0

Please sign in to comment.