mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
More review feedback addressed
Signed-off-by: John Gossman <johngos@microsoft.com>
This commit is contained in:
parent
4ce19da739
commit
80e9f6f838
1 changed files with 1 additions and 2 deletions
|
@ -938,8 +938,7 @@ func NewDaemonFromDirectory(config *Config, eng *engine.Engine, registryService
|
|||
|
||||
if !config.DisableNetwork {
|
||||
if err := bridge.InitDriver(&config.Bridge); err != nil {
|
||||
logrus.Errorf("Error initializing Bridge: %s", err)
|
||||
return nil, err
|
||||
return nil, fmt.Errorf("Error initializing Bridge: %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue