metric: fix statistics error

This commit is contained in:
fatedier
2017-05-19 18:38:31 +08:00
parent ba6afd5789
commit faf584e1dd
2 changed files with 8 additions and 2 deletions

View File

@@ -111,6 +111,7 @@ func NewService() (svr *Service, err error) {
err = fmt.Errorf("Create dashboard web server error, %v", err)
return
}
log.Info("Dashboard listen on %s:%d", config.ServerCommonCfg.BindAddr, config.ServerCommonCfg.DashboardPort)
}
return
}