summaryrefslogtreecommitdiff
path: root/svtools/langsupport/langsupport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/langsupport/langsupport.cxx')
-rw-r--r--svtools/langsupport/langsupport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/langsupport/langsupport.cxx b/svtools/langsupport/langsupport.cxx
index 7ef274571f7e..4da9b4a98a1e 100644
--- a/svtools/langsupport/langsupport.cxx
+++ b/svtools/langsupport/langsupport.cxx
@@ -65,12 +65,12 @@ SAL_IMPLEMENT_MAIN()
}
catch (const 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;
}