mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
os: Update AllocNewConnection() debug logging to include whether or not the client is local
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
(cherry picked from commit 2577291f01)
This commit is contained in:
@@ -637,8 +637,8 @@ AllocNewConnection(XtransConnInfo trans_conn, int fd, CARD32 conn_time)
|
||||
set_poll_client(client);
|
||||
|
||||
#ifdef DEBUG
|
||||
ErrorF("AllocNewConnection: client index = %d, socket fd = %d\n",
|
||||
client->index, fd);
|
||||
ErrorF("AllocNewConnection: client index = %d, socket fd = %d, local = %d\n",
|
||||
client->index, fd, client->local);
|
||||
#endif
|
||||
#ifdef XSERVER_DTRACE
|
||||
XSERVER_CLIENT_CONNECT(client->index, fd);
|
||||
|
||||
Reference in New Issue
Block a user