Changeset 4255:9b554a2a3b86 in roaraudio


Ignore:
Timestamp:
08/25/10 17:57:25 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added more debuging lions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/req.c

    r4236 r4255  
    311311 ROAR_DBG("req_on_passfh(client=%i, mes={stream=%i,...},...) = ?", client, mes->stream); 
    312312 
    313  if ( (fh = roar_socket_recv_fh(sock, NULL, NULL)) == -1 ) 
    314   return -1; 
     313 if ( (fh = roar_socket_recv_fh(sock, NULL, NULL)) == -1 ) { 
     314  ROAR_WARN("req_on_passfh(client=%i, mes={stream=%i,...},...): was unabled to get filehandle from remote end. bad.", client, mes->stream); 
     315  ROAR_DBG("req_on_passfh(client=%i, mes={stream=%i,...},...): returning (ERROR)...", client, mes->stream); 
     316  return -1; 
     317 } 
    315318 
    316319 ROAR_DBG("req_on_passfh(client=%i, mes={stream=%i,...},...): fh=%i", client, mes->stream, fh); 
Note: See TracChangeset for help on using the changeset viewer.