Changed xml parse error from DDebug to Debug.

git-svn-id: http://yate.null.ro/svn/yate/trunk@6082 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2016-01-08 12:16:15 +00:00
parent 79dbe9f241
commit 6e37ea688f
1 changed files with 1 additions and 1 deletions

View File

@ -1222,7 +1222,7 @@ void XmlDomParser::endElement(const String& name)
}
if (m_current->getName() != name) {
setError(ReadingEndTag);
DDebug(this,DebugNote,
Debug(this,DebugNote,
"Received end element for %s, but the expected one is for %s [%p]",
name.c_str(),m_current->getName().c_str(),this);
return;