Fixed bug in debugging found by Olaf Conradi the hard way :(

git-svn-id: http://yate.null.ro/svn/yate/trunk@751 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-04-17 17:45:08 +00:00
parent 35acc64949
commit 4e448d19c1
1 changed files with 2 additions and 1 deletions

View File

@ -423,7 +423,8 @@ bool Disconnector::init()
void Disconnector::run()
{
DDebug(&__plugin,DebugAll,"Disconnector::run() chan=%p msg=%p",m_chan,m_msg);
DDebug(&__plugin,DebugAll,"Disconnector::run() chan=%p msg=%p",
(void*)m_chan,m_msg);
if (!m_chan)
return;
if (m_source) {