mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #1684 from huikang/fix-dnet-missspelling
Fix misspelling fmt verb in dnet
This commit is contained in:
commit
b670a16ba7
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ func startDiscovery(cfg *config.ClusterCfg) ([]config.Option, error) {
|
|||
if hb == 0 {
|
||||
hb = defaultHeartbeat
|
||||
}
|
||||
logrus.Infof("discovery : %s $s", cfg.Discovery, hb.String())
|
||||
logrus.Infof("discovery : %s %s", cfg.Discovery, hb.String())
|
||||
d, err := discovery.New(cfg.Discovery, hb, ttlFactor*hb, map[string]string{})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Reference in a new issue