Kaydet (Commit) 7bb5f9e1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Adapt to sal/log.hxx

Change-Id: Ic197b0fc962ff33b0f0a3c7f04d8208ea9123094
üst 3c5d30c0
...@@ -398,8 +398,9 @@ css::uno::Reference<XInterface> SAL_CALL JavaComponentLoader_CreateInstance(cons ...@@ -398,8 +398,9 @@ css::uno::Reference<XInterface> SAL_CALL JavaComponentLoader_CreateInstance(cons
} }
} }
catch(const RuntimeException & runtimeException) { catch(const RuntimeException & runtimeException) {
OString message = OUStringToOString(runtimeException.Message, RTL_TEXTENCODING_ASCII_US); SAL_INFO(
osl_trace("javaloader - could not init javaloader cause of %s", message.getStr()); "stoc",
"could not init javaloader due to " << runtimeException.Message);
throw; throw;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment