Fixed RX underrun debug message

git-svn-id: http://voip.null.ro/svn/yate@1302 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2007-05-07 11:07:48 +00:00
parent d11daeb6a1
commit d803b2e910
1 changed files with 2 additions and 2 deletions

View File

@ -718,9 +718,9 @@ void WpInterface::timerTick(const Time& when)
return;
s_ifaceNotify.lock();
if (m_notify) {
DDebug(this,DebugMild,"Not received any data for " FMT64 " ms [%p]",
m_timerRxUnder.interval(),this);
if (m_notify == 1) {
DDebug(this,DebugMild,"Not received any data for " FMT64 " ms [%p]",
m_timerRxUnder.interval(),this);
notify(RxUnderrun);
m_notify = 2;
}