summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/component/dp_component.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/registry/component/dp_component.cxx')
-rw-r--r--desktop/source/deployment/registry/component/dp_component.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/source/deployment/registry/component/dp_component.cxx b/desktop/source/deployment/registry/component/dp_component.cxx
index 4c5805b4b54a..bfac300cd95e 100644
--- a/desktop/source/deployment/registry/component/dp_component.cxx
+++ b/desktop/source/deployment/registry/component/dp_component.cxx
@@ -1394,13 +1394,11 @@ void BackendImpl::ComponentPackageImpl::processPackage_(
componentLiveInsertion(data, factories);
} catch (css::uno::Exception & e) {
SAL_INFO(
- "desktop.deployment", "caught Exception " << e.Message);
+ "desktop.deployment", "caught " << e);
try {
impreg->revokeImplementation(url, rdb);
} catch (css::uno::RuntimeException & e2) {
- SAL_WARN(
- "desktop.deployment",
- "ignored RuntimeException " << e2.Message);
+ SAL_WARN("desktop.deployment", "ignored " << e2);
}
throw;
}