summaryrefslogtreecommitdiff
path: root/binaryurp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-29 13:08:56 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-29 13:12:20 +0100
commit9c53350ab8d0c901bf56d0ba4c395913eea2e82b (patch)
tree3906fafa30eec7d920f545e22df9423312daaf7a /binaryurp
parent81c3c6f55baf47debf51f94a46f7b9d15d7b227a (diff)
Demote SAL_WARN that happens regularly during bridge shutdown to SAL_INFO.
Diffstat (limited to 'binaryurp')
-rw-r--r--binaryurp/source/bridge.cxx2
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() << '\'');