Changeset 5148:73d76a74be61 in roaraudio for libroar/ctl.c


Ignore:
Timestamp:
10/15/11 14:29:29 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

improved error handling some more, marked some stuff as obsolete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/ctl.c

    r5145 r5148  
    325325 
    326326 if ( m->data[0] != 0 ) { 
    327   ROAR_ERR("roar_ctl_m2f(*): version %i not supported!", (int)m->data[0]); 
     327  ROAR_DBG("roar_ctl_m2f(*): version %i not supported!", (int)m->data[0]); 
     328  roar_err_set(ROAR_ERROR_NSVERSION); 
    328329  return -1; 
    329330 } 
Note: See TracChangeset for help on using the changeset viewer.