Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mayaqua/Network.c')
-rw-r--r--src/Mayaqua/Network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mayaqua/Network.c b/src/Mayaqua/Network.c
index d0df9010..0a7a321a 100644
--- a/src/Mayaqua/Network.c
+++ b/src/Mayaqua/Network.c
@@ -15275,7 +15275,7 @@ SOCK *ConnectEx4(char *hostname, UINT port, UINT timeout, bool *cancel_flag, cha
Copy(&ip4, ret_ip, sizeof(IP));
}
- Debug("Using cached IP address: %s = %r\n", hostname_original, ret_ip);
+ //Debug("Using cached IP address: %s = %r\n", hostname_original, ret_ip);
}
else
{