summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/content.cxx')
-rw-r--r--ucbhelper/source/client/content.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx
index 7484f5c899ad..388c790e8de3 100644
--- a/ucbhelper/source/client/content.cxx
+++ b/ucbhelper/source/client/content.cxx
@@ -278,7 +278,7 @@ static Reference< XContent > getContentNoThrow(
}
catch ( IllegalIdentifierException const & e )
{
- SAL_WARN("ucbhelper", "getContentNoThrow: exception: " << e.Message);
+ SAL_WARN("ucbhelper", "getContentNoThrow: " << e);
}
return xContent;