summaryrefslogtreecommitdiff
path: root/filter/source/svg/test/svg2odf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/test/svg2odf.cxx')
-rw-r--r--filter/source/svg/test/svg2odf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/test/svg2odf.cxx b/filter/source/svg/test/svg2odf.cxx
index d088d2552384..1f8f751d3751 100644
--- a/filter/source/svg/test/svg2odf.cxx
+++ b/filter/source/svg/test/svg2odf.cxx
@@ -120,7 +120,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
}
catch (const uno::Exception& e)
{
- SAL_WARN("filter.svg", "Fatal exception: " << e.Message);
+ SAL_WARN("filter.svg", "Fatal exception: " << e);
return 1;
}
catch (const std::exception &e)