Demote SAL_WARN that happens regularly during bridge shutdown to SAL_INFO.

This commit is contained in:
Stephan Bergmann
2011-11-29 13:08:56 +01:00
parent 81c3c6f55b
commit 9c53350ab8

View File

@@ -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() << '\'');