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:
		
							parent
							
								
									07f9689507
								
							
						
					
					
						commit
						a220f53cb8
					
				| 
						 | 
				
			
			@ -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);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue