From c767dedffdfed7f53825f6c0e30ca99d1a2b6f3f Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 28 May 2021 10:25:23 -0400 Subject: [PATCH] live: fix log message (#34879) (#34883) (cherry picked from commit b73d168753ae2ce5fdff763614a484b2ec0a89e0) Co-authored-by: Alexander Emelin --- pkg/services/live/pushhttp/push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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