summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/dp_backend.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/registry/dp_backend.cxx')
-rw-r--r--desktop/source/deployment/registry/dp_backend.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/source/deployment/registry/dp_backend.cxx b/desktop/source/deployment/registry/dp_backend.cxx
index f55910f13699..8bebe6cbec98 100644
--- a/desktop/source/deployment/registry/dp_backend.cxx
+++ b/desktop/source/deployment/registry/dp_backend.cxx
@@ -648,9 +648,7 @@ void Package::processPackage_impl(
static_cast< OWeakObject * >(this), e);
}
catch (const RuntimeException &e) {
- SAL_WARN(
- "desktop.deployment",
- "unexpected RuntimeException \"" << e.Message << '"');
+ SAL_WARN("desktop.deployment", "unexpected " << e);
throw;
}
catch (const CommandFailedException &) {