summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/elementlist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/elementlist.cxx')
-rw-r--r--unoxml/source/dom/elementlist.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/unoxml/source/dom/elementlist.cxx b/unoxml/source/dom/elementlist.cxx
index fad086a3b604..21e282904074 100644
--- a/unoxml/source/dom/elementlist.cxx
+++ b/unoxml/source/dom/elementlist.cxx
@@ -110,9 +110,8 @@ namespace DOM
xTarget->addEventListener("DOMSubtreeModified",
m_xEventListener, capture);
} catch (const Exception &e){
- OString aMsg("Exception caught while registering NodeList as listener:\n");
- aMsg += OUStringToOString(e.Message, RTL_TEXTENCODING_ASCII_US);
- OSL_FAIL(aMsg.getStr());
+ SAL_WARN( "unoxml", "Exception caught while registering NodeList as listener: "
+ << e.Message);
}
}