summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ucbhelper/source/client/content.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx
index a0717861b2f5..4cb76286da08 100644
--- a/ucbhelper/source/client/content.cxx
+++ b/ucbhelper/source/client/content.cxx
@@ -298,6 +298,7 @@ static Reference< XContent > getContentNoThrow(
}
catch ( IllegalIdentifierException const & e )
{
+ SAL_WARN("ucbhelper", "getContentNoThrow: exception: " << e.Message);
}
return xContent;