fix: downgrade telegram autoSelectFamily log to debug
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user