summaryrefslogtreecommitdiffstats
path: root/vcl/backendtest/VisualBackendTest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/backendtest/VisualBackendTest.cxx')
-rw-r--r--vcl/backendtest/VisualBackendTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/backendtest/VisualBackendTest.cxx b/vcl/backendtest/VisualBackendTest.cxx
index fb75618c5a88..e9651a7e4c8f 100644
--- a/vcl/backendtest/VisualBackendTest.cxx
+++ b/vcl/backendtest/VisualBackendTest.cxx
@@ -526,7 +526,7 @@ public:
}
catch (const css::uno::Exception& rException)
{
- SAL_WARN("vcl.app", "Fatal exception: " << rException.Message);
+ SAL_WARN("vcl.app", "Fatal exception: " << rException);
return 1;
}
catch (const std::exception& rException)