Changed debug to see call status.

git-svn-id: http://voip.null.ro/svn/yate@1856 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2008-03-27 14:01:13 +00:00
parent a6db518ee0
commit b0d95ae914
1 changed files with 0 additions and 2 deletions

View File

@ -847,7 +847,6 @@ void SigChannel::setState(const char* state, bool updateStatus, bool showReason)
{
if (updateStatus && state)
status(state);
#ifdef DEBUG
if (!debugAt(DebugCall))
return;
if (!state) {
@ -866,7 +865,6 @@ void SigChannel::setState(const char* state, bool updateStatus, bool showReason)
Debug(this,DebugCall,"%s [%p]",show.c_str(),this);
else
DDebug(this,DebugCall,"%s [%p]",show.c_str(),this);
#endif
}
void SigChannel::evInfo(SignallingEvent* event)