summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-17 11:48:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-17 11:48:56 +0200
commit6ee5be0e1dc300120439c3579430d35e7d31131c (patch)
treec1a33687f355adcef0385ede5effb3f8f006890d /ucbhelper
parenta01ef1978cb0c6a8a721ca543495deb0adfcb7b9 (diff)
Improve exception msg
Change-Id: I4edbecd0ca3006c24fd5920a9ef9ad1fdc6016fb
Diffstat (limited to 'ucbhelper')
-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 c8ccd88d71c6..d0a5c19a7956 100644
--- a/ucbhelper/source/client/content.cxx
+++ b/ucbhelper/source/client/content.cxx
@@ -277,7 +277,7 @@ static Reference< XContent > getContentThrow(
ensureContentProviderForURL( rBroker, xId->getContentIdentifier() );
throw ContentCreationException(
- "Unable to create Content! " + msg,
+ "Unable to create Content for <" + xId->getContentIdentifier() + ">: " + msg,
Reference< XInterface >(),
ContentCreationError_CONTENT_CREATION_FAILED );
}