From 1fb62ab5e462f7dde0d5e7dc5d9024d0e6877351 Mon Sep 17 00:00:00 2001 From: sb Date: Mon, 19 Apr 2010 11:48:59 +0200 Subject: sb120: non-fatal OSL_ENSURE -> OSL_TRACE --- bridges/source/jni_uno/jni_uno2java.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridges') 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 &) -- cgit