summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-02 22:40:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-03 10:34:32 +0100
commit379795b5a9b34edc591ca8fd57a1324e1b54d5be (patch)
tree3495fcc1cad3cfa26e379079fbc66701486c4e9c
parente757c525c127d49602f5f3994e8b8617cf4b4897 (diff)
make exception useful, state *what* url is invalid
-rw-r--r--ucbhelper/source/client/content.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx
index fc5557611d..e93fdfcadf 100644
--- a/ucbhelper/source/client/content.cxx
+++ b/ucbhelper/source/client/content.cxx
@@ -240,7 +240,7 @@ static void ensureContentProviderForURL( const ContentBroker & rBroker,
{
throw ContentCreationException(
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
- "No Content Provider available for given URL!" )),
+ "No Content Provider available for URL: ")) + rURL,
Reference< XInterface >(),
ContentCreationError_NO_CONTENT_PROVIDER );
}