summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-05-31 20:37:41 +0100
committerCaolán McNamara <cmc@openoffice.org>2010-05-31 20:37:41 +0100
commit333231243a245ea7ac1d9dd32c06de86c406e7d1 (patch)
treeb910a12ff324a321a315d1d2a30213b5cba660a0 /bridges
parent4a8572ee16cd0319e25faf4a5b20e855a4a82b4a (diff)
parent5c92fa80fcce16bb9dd0da89f9f5eafed3cb97b5 (diff)
cmcfixes75: merge with DEV300 m80
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 &)