diff options
Diffstat (limited to 'binaryurp')
-rw-r--r-- | binaryurp/source/bridge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx index 4852961ef2c0..6e97406d4b19 100644 --- a/binaryurp/source/bridge.cxx +++ b/binaryurp/source/bridge.cxx @@ -506,7 +506,7 @@ void Bridge::freeProxy(Proxy & proxy) { try { makeReleaseCall(proxy.getOid(), proxy.getType()); } catch (css::uno::RuntimeException & e) { - SAL_WARN( + SAL_INFO( "binaryurp", "caught runtime exception '" << e.Message << '\''); } catch (std::exception & e) { SAL_WARN("binaryurp", "caught C++ exception '" << e.what() << '\''); |