diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-05-27 14:07:06 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-05-27 14:07:06 +0200 |
commit | 94098547cb48684e2fddd4f13b617fb57ef52683 (patch) | |
tree | 201a2eaf53bff07a47bb11b23ad1dd3b6a32b41b /bridges | |
parent | 692b763ac1adfdc7d93a41e711a08b9d5c43a726 (diff) | |
parent | 662272563751a94c57e6f70c06bfca371feca3a5 (diff) |
CWS-TOOLING: integrate CWS sb120
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/jni_uno/jni_uno2java.cxx | 2 |
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 &) |