summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
Diffstat (limited to 'testtools')
-rw-r--r--testtools/source/bridgetest/cppobj.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/testtools/source/bridgetest/cppobj.cxx b/testtools/source/bridgetest/cppobj.cxx
index 9dcd2392bfcc..bcfa65ab3e3e 100644
--- a/testtools/source/bridgetest/cppobj.cxx
+++ b/testtools/source/bridgetest/cppobj.cxx
@@ -153,7 +153,7 @@ public:
{}
virtual ~Test_Impl() override
{
- OSL_TRACE( "> scalar Test_Impl dtor <" );
+ SAL_INFO("testtools", "> scalar Test_Impl dtor <" );
}
void SAL_CALL acquire() throw () override
@@ -683,9 +683,7 @@ void dothrow(const RuntimeException& e)
Any a( getCaughtException() );
RuntimeException exc;
OSL_VERIFY( a >>= exc );
- OSL_TRACE(
- OUStringToOString(
- exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() );
+ SAL_INFO("testtools", exc.Message );
}
catch (...) // never throws anything
{