Improve exception msg

Change-Id: I4edbecd0ca3006c24fd5920a9ef9ad1fdc6016fb
This commit is contained in:
Stephan Bergmann
2014-09-17 11:48:56 +02:00
parent a01ef1978c
commit 6ee5be0e1d

View File

@@ -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 );
}