Changeset 2550:86e7ca0bd7a1 in roaraudio


Ignore:
Timestamp:
09/02/09 13:15:39 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

print player protocol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarctl.c

    r2412 r2550  
    219219#endif 
    220220  } 
     221 
     222  if ( g_verbose && c.proto != ROAR_PROTO_NONE ) { 
     223   printf("Player Protocol       : %s\n", roar_proto2str(c.proto)); 
     224  } 
     225 
    221226  if ( c.execed != -1 ) 
    222227   printf("Execed stream         : %i\n", c.execed); 
Note: See TracChangeset for help on using the changeset viewer.