ucbhelper/source/client/content.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6ee5be0e1dc300120439c3579430d35e7d31131c Author: Stephan Bergmann <sberg...@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 ); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits