summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-04-19 11:48:59 +0200
committersb <sb@openoffice.org>2010-04-19 11:48:59 +0200
commit1fb62ab5e462f7dde0d5e7dc5d9024d0e6877351 (patch)
tree435e4de85d3348c2edd8337e919bd1a6ff2d903c /bridges
parent104db092f2d98b3d601a724bcb7be8b1ecc0f928 (diff)
sb120: non-fatal OSL_ENSURE -> OSL_TRACE
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/jni_uno/jni_uno2java.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/jni_uno/jni_uno2java.cxx b/bridges/source/jni_uno/jni_uno2java.cxx
index 99ec6e32fce2..81ae922ae717 100644
--- a/bridges/source/jni_uno/jni_uno2java.cxx
+++ b/bridges/source/jni_uno/jni_uno2java.cxx
@@ -848,7 +848,7 @@ void SAL_CALL UNO_proxy_dispatch(
#if OSL_DEBUG_LEVEL > 0
OString cstr_msg2(
OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) );
- OSL_ENSURE( 0, cstr_msg2.getStr() );
+ OSL_TRACE( "%s", cstr_msg2.getStr() );
#endif
}
catch (::jvmaccess::VirtualMachine::AttachGuard::CreationException &)