summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-03-29 09:11:06 +0200
committerDavid Tardon <dtardon@redhat.com>2011-03-29 09:11:06 +0200
commit0811263e65e1ed48700adc9916bcdef9ab950b37 (patch)
tree7aa7715b46a3d68b521caa5ac39dc4ef925561d2 /unoxml
parent45583eb883a2f9b0f4b336596c93284c9cc06471 (diff)
this is just a warning, not error
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/documentbuilder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/documentbuilder.cxx b/unoxml/source/dom/documentbuilder.cxx
index 8015133ed87f..87124657a454 100644
--- a/unoxml/source/dom/documentbuilder.cxx
+++ b/unoxml/source/dom/documentbuilder.cxx
@@ -296,7 +296,7 @@ namespace DOM
OUStringBuffer buf(OUString(RTL_CONSTASCII_USTRINGPARAM("libxml2 warning\n")));
buf.append(make_error_message(static_cast< xmlParserCtxtPtr >(ctx)));
OString msg = OUStringToOString(buf.makeStringAndClear(), RTL_TEXTENCODING_ASCII_US);
- OSL_FAIL(msg.getStr());
+ OSL_TRACE(msg.getStr());
}
// default error handler triggers assertion