Changed debug message.

git-svn-id: http://voip.null.ro/svn/yate@1836 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2008-03-24 08:50:20 +00:00
parent 4c7d0d90b2
commit b9ab361dec
1 changed files with 2 additions and 2 deletions

View File

@ -1458,8 +1458,8 @@ SS7ISUPCall::SS7ISUPCall(SS7ISUP* controller, SignallingCircuit* cic,
if (isup()->debugAt(DebugAll)) {
String tmp;
tmp << m_label;
Debug(isup(),DebugAll,"Call(%u) direction=%s routing-label=%s [%p]",
id(),(outgoing ? "outgoing" : "incoming"),tmp.c_str(),this);
Debug(isup(),DebugAll,"Call(%u) direction=%s routing-label=%s range=%s [%p]",
id(),(outgoing ? "outgoing" : "incoming"),tmp.c_str(),m_cicRange.safe(),this);
}
}