Changeset 189

Show
Ignore:
Timestamp:
11/22/07 16:34:41 (10 months ago)
Author:
sip
Message:

Modified log messages

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • app_rtsp/app_rtsp.c

    r187 r189  
    13611361                                                tv = ast_tvnow(); 
    13621362                                        /* log */ 
    1363                                         ast_log(LOG_ERROR,"-Started playback [%d]\n",duration); 
     1363                                        ast_log(LOG_DEBUG,"-Started playback [%d]\n",duration); 
    13641364                                        /* Get new length */ 
    13651365                                        bufferLen -= responseLen; 
     
    14441444 
    14451445                } else if ((outfd==player->audioRtcp) || (outfd==player->videoRtcp)) { 
    1446                         /* log */ 
    1447                         ast_log(LOG_ERROR,"-Received rtcp [%d]\n",outfd); 
    1448  
    14491446                        /* Set length */ 
    14501447                        rtcpLen = 0; 
     
    14551452                                break; 
    14561453 
    1457                         /* log */ 
    1458                         ast_log(LOG_ERROR,"-Received rtcp length [%d]\n",rtcpLen); 
    1459  
    14601454                        /* Process rtcp packets */ 
    14611455                        while(i<rtcpLen) 
     
    14651459                                /* Increase pointer */ 
    14661460                                i += (ntohs(rtcp->common.length)+1)*4; 
    1467                                 /* log */ 
    1468                                 ast_log(LOG_ERROR,"-rtcp type [%d,%d]\n",rtcp->common.pt,i); 
    14691461                                /* Check for bye */ 
    14701462                                if (rtcp->common.pt == RTCP_BYE) 
Copyright 2006 - Sergio García Murillo
Powered by Trac - Edgewall Software