mirror of
https://github.com/pumpitupdev/pumptools.git
synced 2026-09-25 07:37:56 +03:00
prinet-proxy/client: Minor logging enhancements
This commit is contained in:
@@ -102,6 +102,8 @@ void pumpnet_prinet_proxy_client_connection_close(struct pumpnet_prinet_proxy_cl
|
||||
|
||||
pthread_mutex_lock(&connection->mutex);
|
||||
|
||||
log_debug("Closing remote connection: %X", connection->handle);
|
||||
|
||||
if (connection->handle != INVALID_SOCK_HANDLE) {
|
||||
util_sock_tcp_close(connection->handle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user