summaryrefslogtreecommitdiff
path: root/binaryurp/source/bridgefactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/bridgefactory.cxx')
-rw-r--r--binaryurp/source/bridgefactory.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryurp/source/bridgefactory.cxx b/binaryurp/source/bridgefactory.cxx
index fdf80873ac2b..b531910403e7 100644
--- a/binaryurp/source/bridgefactory.cxx
+++ b/binaryurp/source/bridgefactory.cxx
@@ -183,7 +183,7 @@ void BridgeFactory::disposing() {
css::uno::Reference<css::lang::XComponent>(
*i, css::uno::UNO_QUERY_THROW)->dispose();
} catch (css::uno::Exception & e) {
- SAL_WARN("binaryurp", "ignoring Exception " << e.Message);
+ SAL_WARN("binaryurp", "ignoring " << e);
}
}
for (BridgeMap::iterator i(l2.begin()); i != l2.end(); ++i) {
@@ -191,7 +191,7 @@ void BridgeFactory::disposing() {
css::uno::Reference<css::lang::XComponent>(
i->second, css::uno::UNO_QUERY_THROW)->dispose();
} catch (css::uno::Exception & e) {
- SAL_WARN("binaryurp", "ignoring Exception " << e.Message);
+ SAL_WARN("binaryurp", "ignoring " << e);
}
}
}