[Libreoffice-commits] core.git: ucbhelper/source
Stephan Bergmann
sbergman at redhat.com
Wed Sep 17 02:49:31 PDT 2014
ucbhelper/source/client/content.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6ee5be0e1dc300120439c3579430d35e7d31131c
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Sep 17 11:48:56 2014 +0200
Improve exception msg
Change-Id: I4edbecd0ca3006c24fd5920a9ef9ad1fdc6016fb
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx
index c8ccd88..d0a5c19 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 );
}
More information about the Libreoffice-commits
mailing list