Skip to content

Commit

Permalink
fixup! hide proxy password in server log
Browse files Browse the repository at this point in the history
  • Loading branch information
Karry committed Feb 11, 2025
1 parent 8c8bf9e commit 2f238f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/session_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export class SessionManager {
this.logger.log(`Using SOCKS proxy: ${logProxyUrl}`);
return new SocksProxyAgent(proxy);
default:
this.logger.warn(`Unsupported proxy protocol: ${proxy}`);
this.logger.warn(`Unsupported proxy protocol: ${logProxyUrl}`);
return undefined;
}
}
Expand Down

0 comments on commit 2f238f3

Please sign in to comment.