mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Updated message severity in graphdriver
Signed-off-by: Megan Kostick <mkostick@us.ibm.com>
This commit is contained in:
parent
4492977437
commit
cdc63ce5d0
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ func GetDriver(name, home string, options []string) (Driver, error) {
|
|||
func New(root string, options []string) (driver Driver, err error) {
|
||||
for _, name := range []string{os.Getenv("DOCKER_DRIVER"), DefaultDriver} {
|
||||
if name != "" {
|
||||
logrus.Infof("[graphdriver] trying provided driver %q", name) // so the logs show specified driver
|
||||
logrus.Debugf("[graphdriver] trying provided driver %q", name) // so the logs show specified driver
|
||||
return GetDriver(name, root, options)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue