Revision: 34843
http://sourceforge.net/p/opalvoip/code/34843
Author: rjongbloed
Date: 2016-06-13 10:41:08 +0000 (Mon, 13 Jun 2016)
Log Message:
-----------
Log level tweak for media session abort
Modified Paths:
--------------
opal/trunk/src/rtp/rtp_session.cxx
Modified: opal/trunk/src/rtp/rtp_session.cxx
===================================================================
--- opal/trunk/src/rtp/rtp_session.cxx 2016-06-13 10:20:43 UTC (rev 34842)
+++ opal/trunk/src/rtp/rtp_session.cxx 2016-06-13 10:41:08 UTC (rev 34843)
@@ -2666,7 +2666,7 @@
/* Really should test if both data and control fail, but as it is unlikely we would
get one failed without the other, we don't bother. */
if (subchannel == e_Data && m_connection.OnMediaFailed(m_sessionId)) {
- PTRACE(3, *this << "aborting transport, queuing close of media session.");
+ PTRACE(2, *this << "aborting transport, queuing close of media session.");
m_manager.QueueDecoupledEvent(new PSafeWorkNoArg<OpalRTPSession, bool>(this, &OpalRTPSession::Close));
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|