diff --git a/server/proxy/pf_server.c b/server/proxy/pf_server.c index ba70952d0..78bf7c138 100644 --- a/server/proxy/pf_server.c +++ b/server/proxy/pf_server.c @@ -339,7 +339,8 @@ static DWORD WINAPI pf_server_handle_peer(LPVOID arg) pdata = ps->pdata; client->Initialize(client); - LOG_INFO(TAG, ps, "peer connected: %s", client->hostname); + LOG_INFO(TAG, ps, "new connection: proxy address: %s, client address: %s", pdata->config->Host, + client->hostname); /* Main client event handling loop */ ChannelEvent = WTSVirtualChannelManagerGetEventHandle(ps->vcm);