mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
metric: fix statistics error
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user