summaryrefslogtreecommitdiff
path: root/stoc/test/testintrosp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/testintrosp.cxx')
-rw-r--r--stoc/test/testintrosp.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/stoc/test/testintrosp.cxx b/stoc/test/testintrosp.cxx
index 22df49ebc509..caff1337a91c 100644
--- a/stoc/test/testintrosp.cxx
+++ b/stoc/test/testintrosp.cxx
@@ -1196,10 +1196,7 @@ SAL_IMPLEMENT_MAIN()
catch (const Exception & rExc)
{
OSL_FAIL( "### exception occurred!" );
- OString aMsg( OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ) );
- OSL_TRACE( "### exception occurred: " );
- OSL_TRACE( "%s", aMsg.getStr() );
- OSL_TRACE( "\n" );
+ SAL_WARN("stoc", "### exception occurred: " << rExc.Message );
}
Reference< XComponent >( xMgr, UNO_QUERY )->dispose();