diff --git a/pkg/services/live/pushhttp/push.go b/pkg/services/live/pushhttp/push.go index 70ace3ef4c9..e6df5471186 100644 --- a/pkg/services/live/pushhttp/push.go +++ b/pkg/services/live/pushhttp/push.go @@ -32,7 +32,7 @@ type Gateway struct { // Init Gateway. func (g *Gateway) Init() error { - logger.Info("Telemetry Gateway initialization") + logger.Info("Live Push Gateway initialization") g.converter = convert.NewConverter() return nil