Changeset 4254:3fb2422f7016 in roaraudio


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

corrected use of ROAR_DBG()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/clients.c

    r4240 r4254  
    623623    streams_set_socktype(stream, ROAR_SOCKET_TYPE_GENSTR); 
    624624   } else { 
    625     ROAR_DBG("client_stream_exec(client=%i, stream=%i): fh=%i", client, stream, fh); 
     625    ROAR_DBG("client_stream_exec(client=%i, stream=%i): fh=?", client, stream); 
    626626    if ( (fh = g_clients[client]->fh) != -1 ) { 
    627627     close(fh); 
Note: See TracChangeset for help on using the changeset viewer.