summaryrefslogtreecommitdiff
path: root/vcl/source/app/session.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app/session.cxx')
-rw-r--r--vcl/source/app/session.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/app/session.cxx b/vcl/source/app/session.cxx
index 23c60d7f8bb9..834ed57b2902 100644
--- a/vcl/source/app/session.cxx
+++ b/vcl/source/app/session.cxx
@@ -23,7 +23,6 @@
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase.hxx>
-
#include <vcl/svapp.hxx>
#include <factory.hxx>
@@ -377,7 +376,7 @@ void VCLSession::disposing() {
listener.m_xListener->disposing(src);
SAL_INFO("vcl.se.debug", " call Listener disposing");
} catch (css::uno::RuntimeException & e) {
- SAL_WARN("vcl.se", "ignoring RuntimeException " << e.Message);
+ SAL_WARN("vcl.se", "ignoring " << e);
}
}
}