Changeset 2617:b5912694dfb3 in roaraudio


Ignore:
Timestamp:
09/11/09 16:38:00 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

show byte order or client in case we know it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarctl.c

    r2554 r2617  
    224224  } 
    225225 
     226  if ( g_verbose && c.byteorder != ROAR_BYTEORDER_UNKNOWN ) { 
     227   printf("Player Byteorder      : %s\n", roar_byteorder2str(c.byteorder)); 
     228  } 
     229 
    226230  if ( c.execed != -1 ) 
    227231   printf("Execed stream         : %i\n", c.execed); 
Note: See TracChangeset for help on using the changeset viewer.