From 2d8e9f7ce9d99bab192f2074cb3bae50ba510af9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 10 Nov 2011 13:04:05 +0000 Subject: don't make it a secret what service fails --- ucbhelper/source/client/contentbroker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucbhelper/source') diff --git a/ucbhelper/source/client/contentbroker.cxx b/ucbhelper/source/client/contentbroker.cxx index 36669b0b1fd0..905419fb9e7b 100644 --- a/ucbhelper/source/client/contentbroker.cxx +++ b/ucbhelper/source/client/contentbroker.cxx @@ -301,7 +301,7 @@ bool ContentBroker_Impl::initialize() } } - OSL_ENSURE( xIfc.is(), "Error creating UCB service!" ); + OSL_ENSURE( xIfc.is(), "Error creating UCB service 'com.sun.star.ucb.UniversalContentBroker'" ); if ( !xIfc.is() ) return false; -- cgit