[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/soc-kopete-jingle/kopete/protocols/jabber/jingle
From:       Detlev Casanova <detlev.casanova () gmail ! com>
Date:       2008-08-27 22:17:07
Message-ID: 1219875427.749891.9290.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 853576 by casanova:

 * More usable debug info


 M  +1 -1      alsaio.cpp  
 M  +2 -2      jinglertpsession.cpp  


--- branches/work/soc-kopete-jingle/kopete/protocols/jabber/jingle/alsaio.cpp \
#853575:853576 @@ -292,7 +292,7 @@
 
 	if (buf.size() < pSize)
 	{
-		kDebug() << "No enough Data in the buffer.";
+		//kDebug() << "No enough Data in the buffer.";
 		return;
 	}
 
--- branches/work/soc-kopete-jingle/kopete/protocols/jabber/jingle/jinglertpsession.cpp \
#853575:853576 @@ -136,9 +136,9 @@
 	
 	mblk_t *packet = rtp_session_create_packet_with_data(m_rtpSession, \
(uint8_t*)data.data(), data.size(), /*freefn*/ NULL); //the free function is managed \
by the bytesWritten signal  
-	/*int size = */rtp_session_sendm_with_ts(m_rtpSession, packet, ts == -1 ? sendingTS \
: ts); +	int size = rtp_session_sendm_with_ts(m_rtpSession, packet, ts == -1 ? \
sendingTS : ts);  
-	//kDebug() << "Bytes sent :" << size;
+	kDebug() << "Bytes sent :" << size;
 
 	sendingTS += payloadTS;
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic