mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-01 02:45:59 +01:00
Improve proxy agent log
This commit is contained in:
@@ -71,7 +71,7 @@ export async function createProxyAgent(proxyUrl: string): Promise<ProxyAgent> {
|
||||
|
||||
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})`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user