From 93be9458cd2453542040effde4c927d4f657c8b8 Mon Sep 17 00:00:00 2001 From: Michael Cook Date: Wed, 5 Jul 2023 11:45:10 -0400 Subject: [PATCH] fix typo --- cmd/flamenco-manager/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/flamenco-manager/main.go b/cmd/flamenco-manager/main.go index 6fb28f25..7e54b24d 100644 --- a/cmd/flamenco-manager/main.go +++ b/cmd/flamenco-manager/main.go @@ -370,7 +370,7 @@ func makeAutoDiscoverable(urls []url.URL) *upnp_ssdp.Server { } func logURLs(urls []url.URL) { - log.Info().Int("count", len(urls)).Msg("possble URL at which to reach Flamenco Manager") + log.Info().Int("count", len(urls)).Msg("possible URLs at which to reach Flamenco Manager") for _, url := range urls { // Don't log this with something like `Str("url", url.String())`, because // that puts `url=` in front of the URL. This can interfere with -- 2.30.2