summaryrefslogtreecommitdiff
path: root/vcl/workben/mtfdemo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/mtfdemo.cxx')
-rw-r--r--vcl/workben/mtfdemo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/workben/mtfdemo.cxx b/vcl/workben/mtfdemo.cxx
index e450309a659e..6effbadcc473 100644
--- a/vcl/workben/mtfdemo.cxx
+++ b/vcl/workben/mtfdemo.cxx
@@ -93,12 +93,12 @@ public:
}
catch (const css::uno::Exception& e)
{
- SAL_WARN("vcl.app", "Fatal exception: " << e.Message);
+ SAL_WARN("vcl.app", "Fatal: " << e);
return 1;
}
catch (const std::exception& e)
{
- SAL_WARN("vcl.app", "Fatal exception: " << e.what());
+ SAL_WARN("vcl.app", "Fatal: " << e.what());
return 1;
}
return 0;