Changeset 1350:dc323172c46f in roaraudio for libroar/vio_socket.c


Ignore:
Timestamp:
03/23/09 18:23:26 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

done some WARN->DBG cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_socket.c

    r1349 r1350  
    200200 if ( hint == -1 && odef != NULL ) { // if we still don't know what this is we try 
    201201                                     // to use the parent objects request 
    202   ROAR_WARN("roar_vio_socket_init_dstr_def(*): hint=-1 && odef!=NULL"); 
     202  ROAR_DBG("roar_vio_socket_init_dstr_def(*): hint=-1 && odef!=NULL"); 
    203203  if ( odef->type == ROAR_VIO_DEF_TYPE_SOCKET ) { 
    204    ROAR_WARN("roar_vio_socket_init_dstr_def(*): hint=-1 && odef!=NULL, using hint from odef"); 
     204   ROAR_DBG("roar_vio_socket_init_dstr_def(*): hint=-1 && odef!=NULL, using hint from odef"); 
    205205   hint = odef->d.socket.domain; 
    206206  } 
Note: See TracChangeset for help on using the changeset viewer.