Skip to content

Commit

Permalink
Merge pull request #20115 from holiman/minor_dashboard_fx
Browse files Browse the repository at this point in the history
dashboard: log dashboard url
  • Loading branch information
karalabe authored Sep 24, 2019
2 parents a308f01 + be500b5 commit aca39a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (db *Dashboard) APIs() []rpc.API { return nil }
// Start starts the data collection thread and the listening server of the dashboard.
// Implements the node.Service interface.
func (db *Dashboard) Start(server *p2p.Server) error {
log.Info("Starting dashboard")
log.Info("Starting dashboard", "url", fmt.Sprintf("http://%s:%d", db.config.Host, db.config.Port))

db.wg.Add(3)
go db.collectSystemData()
Expand Down

0 comments on commit aca39a6

Please sign in to comment.