mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-29 05:11:51 +02:00
fixed output formatting
This commit is contained in:
@@ -136,9 +136,9 @@ func (route *StreamRouteBase) SetupListen() {
|
||||
return
|
||||
}
|
||||
route.ListeningPort = freePort
|
||||
route.l.Info("Assigned free port", route.ListeningPort)
|
||||
route.l.Info("Assigned free port ", route.ListeningPort)
|
||||
}
|
||||
route.l.Info("Listening on", route.ListeningUrl())
|
||||
route.l.Info("Listening on ", route.ListeningUrl())
|
||||
}
|
||||
|
||||
func (route *StreamRouteBase) RemoveFromRoutes() {
|
||||
|
||||
Reference in New Issue
Block a user