From b5bfaff82d7f025c138f99cf98effe6e06cb4876 Mon Sep 17 00:00:00 2001 From: trevor-signal <131492920+trevor-signal@users.noreply.github.com> Date: Fri, 29 May 2026 13:36:34 -0400 Subject: [PATCH] Improve proxy agent log --- ts/util/createProxyAgent.node.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/util/createProxyAgent.node.ts b/ts/util/createProxyAgent.node.ts index a4003c58c8..952e7d0b43 100644 --- a/ts/util/createProxyAgent.node.ts +++ b/ts/util/createProxyAgent.node.ts @@ -71,7 +71,7 @@ export async function createProxyAgent(proxyUrl: string): Promise { const duration = Date.now() - start; const logLine = - `createProxyAgent.lookup(${host}): connected to ` + + `createProxyAgent.lookup: connected to ` + `IPv${address.family} addr after ${duration}ms ` + `(attempts v4=${v4Attempts} v6=${v6Attempts})`;