Added a message when a link that is not in service is cycled because of maintenance test failure.

git-svn-id: http://voip.null.ro/svn/yate@3724 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-10-19 08:30:09 +00:00
parent c2fc5e8f3d
commit bede083f28
1 changed files with 3 additions and 0 deletions

View File

@ -1144,6 +1144,9 @@ void SS7MTP3::timerTick(const Time& when)
if (takeOOS)
Debug(this,DebugWarn,"Taking link %d '%s' out of service [%p]",
l2->sls(),l2->toString().c_str(),this);
else if (m_forcealign)
Debug(this,DebugNote,"Cycling not in service link %d '%s' [%p]",
l2->sls(),l2->toString().c_str(),this);
if (m_checkT1)
check = m_checkT1;
int cycle = 0;