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})`;