Skip to content

Commit

Permalink
Proper link to the UI in the console output
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Jan 5, 2024
1 parent 97160a6 commit 06f46b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/analyze/webservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (w *webservice) Start(bind string, objs *engine.Objects, localhtml []string
}
}()

ui.Info().Msgf("Listening - navigate to %v ... (ctrl-c or similar to quit)", bind)
ui.Info().Msgf("Listening - navigate to http://%v/ ... (ctrl-c or similar to quit)", bind)

return nil
}
Expand Down

0 comments on commit 06f46b4

Please sign in to comment.