summaryrefslogtreecommitdiff
path: root/vcl/workben/svdem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/svdem.cxx')
-rw-r--r--vcl/workben/svdem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/svdem.cxx b/vcl/workben/svdem.cxx
index 64960323596e..c406fba46c57 100644
--- a/vcl/workben/svdem.cxx
+++ b/vcl/workben/svdem.cxx
@@ -58,7 +58,7 @@ SAL_IMPLEMENT_MAIN()
}
catch (const Exception& e)
{
- SAL_WARN("vcl.app", "Fatal exception: " << e.Message);
+ SAL_WARN("vcl.app", "Fatal: " << e);
return 1;
}
catch (const std::exception &e)