no message

git-svn-id: http://voip.null.ro/svn/yate@599 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2005-12-13 18:28:11 +00:00
parent 78abb21007
commit f9789fd45e
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ Channel::Channel(Driver& driver, const char* id, bool outgoing)
Channel::~Channel()
{
#ifdef DEBUG
Debugger debug(DebugAll,"Channel::~Channel()"," '%s' [%p]",m_id.c_str(),this);
Debugger debug(DebugAll,"Channel::~Channel()"," '%s' [%p]",id().c_str(),this);
#endif
cleanup();
}