Skip to content

Commit 06f46b4

Browse files
committed
Proper link to the UI in the console output
1 parent 97160a6 commit 06f46b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/analyze/webservice.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func (w *webservice) Start(bind string, objs *engine.Objects, localhtml []string
124124
}
125125
}()
126126

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

129129
return nil
130130
}

0 commit comments

Comments
 (0)