From c8c18cec524dca9c236e2214e8db18424ab716e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miche=C3=A1l=20Looney?= Date: Thu, 3 Feb 2022 17:21:00 +0000 Subject: [PATCH] Fix typo in log line --- metrics/honeycomb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics/honeycomb.go b/metrics/honeycomb.go index de226a0f7a..c89d731168 100644 --- a/metrics/honeycomb.go +++ b/metrics/honeycomb.go @@ -87,7 +87,7 @@ func (h *HoneycombMetrics) Start() error { } func (h *HoneycombMetrics) reloadBuilder() { - h.Logger.Debug().Logf("reloading config for honeeycomb metrics reporter") + h.Logger.Debug().Logf("reloading config for honeycomb metrics reporter") mc, err := h.Config.GetHoneycombMetricsConfig() if err != nil { // complain about this both to STDOUT and to the previously configured