mirror of
https://github.com/grafana/grafana.git
synced 2026-08-11 13:44:59 -05:00
live: fix log message (#34879)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user