diff options
-rw-r--r-- | ucbhelper/source/client/contentbroker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |