summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-10 13:04:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-10 16:45:26 +0000
commit2d8e9f7ce9d99bab192f2074cb3bae50ba510af9 (patch)
tree366ede94d74e3ab7844f9962c8b79df3cf70dc11 /ucbhelper
parentbb5ef9821d744ad22d303cd14748abb1f0d17862 (diff)
don't make it a secret what service fails
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/source/client/contentbroker.cxx2
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;