Update ProxyServer.cs

This commit is contained in:
Kei-Luna
2026-04-30 10:02:08 +09:00
parent 14a611bf8e
commit 4bd66621bf

View File

@@ -86,7 +86,7 @@ public sealed class ProxyServer(
{ {
using (client) using (client)
{ {
logger.Info($"Proxy New client: {client.Client.RemoteEndPoint}"); //logger.Debug($"Proxy New client: {client.Client.RemoteEndPoint}");
try try
{ {
await HandleClientCoreAsync(client, cancellationToken); await HandleClientCoreAsync(client, cancellationToken);