summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2020-06-12 17:42:51 +0100
committerMichael Meeks <michael.meeks@collabora.com>2020-06-15 17:07:53 +0100
commit0e52418af46e5f056fe43688c731d6aeafb9b69c (patch)
tree009160b8850071ea3df271fcc3b7f5d113afe30a /xmloff
parentd0f8e4693120f9c7e7d4ec83cd6ad5d9af349587 (diff)
Add more debug to try to catch a slew of unhelpful messages.
Change-Id: I905d54ade7fdce992b0ff6e81d51915b43acd2ed
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/xmlimp.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx
index e3c15d63fa82..6ebbd00ea7bb 100644
--- a/xmloff/source/core/xmlimp.cxx
+++ b/xmloff/source/core/xmlimp.cxx
@@ -782,7 +782,8 @@ rName
sal_uInt16 nPrefix =
mpNamespaceMap->GetKeyByAttrName( rName, &aLocalName );
SAL_WARN_IF( xContext->GetPrefix() != nPrefix, "xmloff.core", "SvXMLImport::endElement: popped context has wrong prefix" );
- SAL_WARN_IF( xContext->GetLocalName() != aLocalName, "xmloff.core", "SvXMLImport::endElement: popped context has wrong lname" );
+ SAL_WARN_IF( xContext->GetLocalName() != aLocalName, "xmloff.core", "SvXMLImport::endElement: popped context has wrong lname '"
+ << aLocalName << "' expected. '" << xContext->GetLocalName() << "' with impl " << getImplementationName() );
#endif
// Call a EndElement at the current context.