summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/tdmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/tdmgr.cxx')
-rw-r--r--cppuhelper/source/tdmgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/tdmgr.cxx b/cppuhelper/source/tdmgr.cxx
index 02da05163732..f86dca136753 100644
--- a/cppuhelper/source/tdmgr.cxx
+++ b/cppuhelper/source/tdmgr.cxx
@@ -591,11 +591,11 @@ static void SAL_CALL typelib_callback(
}
catch (const container::NoSuchElementException & exc)
{
- SAL_INFO("cppuhelper", "typelibrary type not available: " << exc.Message );
+ SAL_INFO("cppuhelper", "typelibrary type not available: " << exc );
}
catch (const Exception & exc)
{
- SAL_INFO("cppuhelper", exc.Message );
+ SAL_INFO("cppuhelper", exc );
}
}
}