summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
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 );
}