Merge pull request #1684 from huikang/fix-dnet-missspelling

Fix misspelling fmt verb in dnet
This commit is contained in:
Madhu Venugopal 2017-03-23 15:30:11 -07:00 committed by GitHub
commit 7a20765bcf
1 changed files with 1 additions and 1 deletions

View File

@ -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