Changeset 771:ffb27e74a214 in roaraudio


Ignore:
Timestamp:
09/07/08 04:36:04 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added debug line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/clients.c

    r767 r771  
    477477 int old_client = streams_get_client(stream); 
    478478 
     479 ROAR_DBG("client_stream_move(client=%i, stream=%i): old_client = %i", client, stream, old_client); 
     480 
    479481 if ( old_client != -1 ) 
    480482  if ( client_stream_delete(old_client, stream) == -1 ) 
Note: See TracChangeset for help on using the changeset viewer.