From d803b2e910f6ae083cd274b1e55f5d1d35843e74 Mon Sep 17 00:00:00 2001 From: marian Date: Mon, 7 May 2007 11:07:48 +0000 Subject: [PATCH] Fixed RX underrun debug message git-svn-id: http://voip.null.ro/svn/yate@1302 acf43c95-373e-0410-b603-e72c3f656dc1 --- modules/wpcard.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/wpcard.cpp b/modules/wpcard.cpp index 1b923868..9ab9c99c 100644 --- a/modules/wpcard.cpp +++ b/modules/wpcard.cpp @@ -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; }