Complain less loud about unmatched messages while the module is disconnecting.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2531 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2009-03-22 21:36:49 +00:00
parent d544fdf1dc
commit f2b2e01529
1 changed files with 2 additions and 1 deletions

View File

@ -1194,7 +1194,8 @@ bool ExtModReceiver::processLine(const char* line)
return false;
}
}
Debug("ExtModReceiver",DebugWarn,"Unmatched message: %s [%p]",line,this);
Debug("ExtModReceiver",(m_dead ? DebugInfo : DebugWarn),
"Unmatched%s message: %s [%p]",(m_dead ? " dead" : ""),line,this);
return false;
}
else if (id.startSkip("%%>install:",false)) {