diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-17 11:48:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-17 11:48:56 +0200 |
commit | 6ee5be0e1dc300120439c3579430d35e7d31131c (patch) | |
tree | c1a33687f355adcef0385ede5effb3f8f006890d /ucbhelper | |
parent | a01ef1978cb0c6a8a721ca543495deb0adfcb7b9 (diff) |
Improve exception msg
Change-Id: I4edbecd0ca3006c24fd5920a9ef9ad1fdc6016fb
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/source/client/content.cxx | 2 |
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 ); } |