summaryrefslogtreecommitdiff
path: root/extensions/source/update/feed/test/updatefeedtest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/feed/test/updatefeedtest.cxx')
-rw-r--r--extensions/source/update/feed/test/updatefeedtest.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/extensions/source/update/feed/test/updatefeedtest.cxx b/extensions/source/update/feed/test/updatefeedtest.cxx
index 083c095d8b0c..a50cde2fa5a5 100644
--- a/extensions/source/update/feed/test/updatefeedtest.cxx
+++ b/extensions/source/update/feed/test/updatefeedtest.cxx
@@ -70,16 +70,14 @@ SAL_IMPLEMENT_MAIN()
{
uno::Sequence< uno::Reference< xml::dom::XElement > > theUpdateInfo =
rUpdateInformationProvider->getUpdateInformation( theURLs, aExtension );
-
- OSL_TRACE( "getUpdateInformation returns %d element(s)", theUpdateInfo.getLength() );
}
catch( const uno::Exception & e )
{
- OSL_TRACE( "exception caught: %s", OUStringToOString( e.Message, RTL_TEXTENCODING_UTF8 ).getStr());
+ SAL_WARN("extensions.update", "exception caught: " << e.Message);
}
catch( ... )
{
- OSL_TRACE( "exception of undetermined type caught" );
+ SAL_WARN("extensions.update", "exception of undetermined type caught" );
}