diff --git a/src/telegram/fetch.ts b/src/telegram/fetch.ts index b38b65adc..05efa5a37 100644 --- a/src/telegram/fetch.ts +++ b/src/telegram/fetch.ts @@ -21,7 +21,7 @@ function applyTelegramNetworkWorkarounds(network?: TelegramNetworkConfig): void try { net.setDefaultAutoSelectFamily(decision.value); const label = decision.source ? ` (${decision.source})` : ""; - log.info(`telegram: autoSelectFamily=${decision.value}${label}`); + log.debug(`telegram: autoSelectFamily=${decision.value}${label}`); } catch { // ignore if unsupported by the runtime }