Print error message from application with debug, not ddebug.

git-svn-id: http://voip.null.ro/svn/yate@5350 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
oana 2012-12-11 13:22:30 +00:00
parent 463b91c4f1
commit 8da3773e72
1 changed files with 1 additions and 1 deletions

View File

@ -8462,7 +8462,7 @@ void TcapXApplication::reportError(const char* err)
{
if (!err)
return;
DDebug(&__plugin,DebugInfo,"TcapXApplication::reportError(error=%s) [%p]",err,this);
Debug(&__plugin,DebugInfo,"TcapXApplication::reportError(error=%s) - app=%s [%p]",err,m_name.c_str(),this);
}
void TcapXApplication::status(NamedList& status)