mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
live: fix log message (#34879)
This commit is contained in:
parent
327fa124a4
commit
b73d168753
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user