mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 08:22:47 +00:00
fix: downgrade telegram autoSelectFamily log to debug
This commit is contained in:
@@ -21,7 +21,7 @@ function applyTelegramNetworkWorkarounds(network?: TelegramNetworkConfig): void
|
|||||||
try {
|
try {
|
||||||
net.setDefaultAutoSelectFamily(decision.value);
|
net.setDefaultAutoSelectFamily(decision.value);
|
||||||
const label = decision.source ? ` (${decision.source})` : "";
|
const label = decision.source ? ` (${decision.source})` : "";
|
||||||
log.info(`telegram: autoSelectFamily=${decision.value}${label}`);
|
log.debug(`telegram: autoSelectFamily=${decision.value}${label}`);
|
||||||
} catch {
|
} catch {
|
||||||
// ignore if unsupported by the runtime
|
// ignore if unsupported by the runtime
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user