fixed output formatting

This commit is contained in:
yusing
2024-03-18 16:00:45 +00:00
parent 3895718d6d
commit 076c19c4ea
10 changed files with 41 additions and 35 deletions

View File

@@ -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() {