Improved one debug message.

git-svn-id: http://yate.null.ro/svn/yate/trunk@644 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-01-12 22:41:37 +00:00
parent 3fb0165cf3
commit 2e8690e6f5
1 changed files with 2 additions and 2 deletions

View File

@ -904,8 +904,8 @@ void Driver::dropAll(Message &msg)
unlock();
if (!c)
break;
DDebug(this,DebugAll,"Dropping %s channel %p [%p]",
name().c_str(),static_cast<Channel*>(c),this);
DDebug(this,DebugAll,"Dropping %s channel '%s' @%p [%p]",
name().c_str(),c->id().c_str(),static_cast<Channel*>(c),this);
c->msgDrop(msg,reason);
c = 0;
lock();