Flamenco Mgr - fix logURLs possble typo #104231

Merged
Sybren A. Stüvel merged 1 commits from michael-2/flamenco:flamenco_mgr_logURLs_spelling into main 2023-07-06 12:43:43 +02:00
Showing only changes of commit 93be9458cd - Show all commits

View File

@ -370,7 +370,7 @@ func makeAutoDiscoverable(urls []url.URL) *upnp_ssdp.Server {
} }
func logURLs(urls []url.URL) { 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 { for _, url := range urls {
// Don't log this with something like `Str("url", url.String())`, because // Don't log this with something like `Str("url", url.String())`, because
// that puts `url=` in front of the URL. This can interfere with // that puts `url=` in front of the URL. This can interfere with