Changeset 1616:d78fb6c03fc0 in roaraudio for libroar/vio_proto.c


Ignore:
Timestamp:
04/26/09 02:38:29 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

cleanup of a lot warnings -> dbg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_proto.c

    r1439 r1616  
    6666  *ed = 0; 
    6767 
    68  ROAR_WARN("roar_vio_proto_init_def(*): def->o_flags=%i", def->o_flags); 
     68 ROAR_DBG("roar_vio_proto_init_def(*): def->o_flags=%i", def->o_flags); 
    6969 
    7070 ret = roar_vio_socket_init_dstr_def(def, dstr, -1, SOCK_STREAM, def); 
    7171 
    72  ROAR_WARN("roar_vio_proto_init_def(*): def->o_flags=%i", def->o_flags); 
     72 ROAR_DBG("roar_vio_proto_init_def(*): def->o_flags=%i", def->o_flags); 
    7373 
    7474 if ( ed != NULL ) 
     
    8787 char * tmp; 
    8888 
    89  ROAR_WARN("roar_vio_open_proto(calls=%p, dst=%p, dstr='%s', proto=%i, odef=%p) = ?", calls, dst, dstr, proto, odef); 
     89 ROAR_DBG("roar_vio_open_proto(calls=%p, dst=%p, dstr='%s', proto=%i, odef=%p) = ?", calls, dst, dstr, proto, odef); 
    9090 
    9191 if ( calls == NULL || dst == NULL || odef == NULL ) 
    9292  return -1; 
    9393 
    94  ROAR_WARN("roar_vio_open_proto(*): odef->o_flags=%i", odef->o_flags); 
     94 ROAR_DBG("roar_vio_open_proto(*): odef->o_flags=%i", odef->o_flags); 
    9595 ROAR_DBG("roar_vio_open_proto(*) = ?"); 
    9696 
     
    129129 
    130130 ROAR_DBG("roar_vio_open_proto(*) = ?"); 
    131  ROAR_WARN("roar_vio_open_proto(*): proto=%i, host='%s', file='%s'", proto, host, dstr); 
     131 ROAR_DBG("roar_vio_open_proto(*): proto=%i, host='%s', file='%s'", proto, host, dstr); 
    132132 
    133133 switch (proto) { 
     
    176176  return -1; 
    177177 
    178  ROAR_WARN("roar_vio_open_proto_http(*): status=%i", status); 
     178 ROAR_DBG("roar_vio_open_proto_http(*): status=%i", status); 
    179179// ROAR_WARN("roar_vio_open_proto_http(*): buf='%s'", buf); 
    180180 
Note: See TracChangeset for help on using the changeset viewer.