summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-07-02 14:26:51 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-07-04 11:54:35 +0200
commit717a8e0f3be2e90929eb6d4604feb053b27155d7 (patch)
tree7880950fbbe2e5774ad4f5f02e6b0e9de9325645 /ucb
parent9a6f4e046bff3883b9b8bded28b11065197289f7 (diff)
CMIS UCP: show some caught exceptions in ucpcmis.INFO
Change-Id: I2ebbed596cc9c21759633154a46c15e5f0f66e72
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/cmis/cmis_content.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/ucb/source/ucp/cmis/cmis_content.cxx b/ucb/source/ucp/cmis/cmis_content.cxx
index 43cb6829dd50..332d0c732e5c 100644
--- a/ucb/source/ucp/cmis/cmis_content.cxx
+++ b/ucb/source/ucp/cmis/cmis_content.cxx
@@ -244,6 +244,7 @@ namespace cmis
}
catch ( const libcmis::Exception& e )
{
+ SAL_INFO( "cmisucp", "Unexpected libcmis exception: " << e.what( ) );
ucbhelper::cancelCommandExecution(
ucb::IOErrorCode_GENERAL,
uno::Sequence< uno::Any >( 0 ),
@@ -691,6 +692,7 @@ namespace cmis
}
catch ( const libcmis::Exception& e )
{
+ SAL_INFO( "cmisucp", "Unexpected libcmis exception: " << e.what( ) );
ucbhelper::cancelCommandExecution(
ucb::IOErrorCode_GENERAL,
uno::Sequence< uno::Any >( 0 ),
@@ -758,6 +760,7 @@ namespace cmis
}
catch ( const libcmis::Exception& e )
{
+ SAL_INFO( "cmisucp", "Unexpected libcmis exception: " << e.what( ) );
ucbhelper::cancelCommandExecution(
ucb::IOErrorCode_GENERAL,
uno::Sequence< uno::Any >( 0 ),
@@ -800,6 +803,7 @@ namespace cmis
}
catch ( const libcmis::Exception& e )
{
+ SAL_INFO( "cmisucp", "Unexpected libcmis exception: " << e.what( ) );
ucbhelper::cancelCommandExecution(
ucb::IOErrorCode_GENERAL,
uno::Sequence< uno::Any >( 0 ),
@@ -1059,6 +1063,7 @@ namespace cmis
}
catch ( const libcmis::Exception& e )
{
+ SAL_INFO( "cmisucp", "Unexpected libcmis exception: " << e.what( ) );
ucbhelper::cancelCommandExecution(
ucb::IOErrorCode_GENERAL,
uno::Sequence< uno::Any >( 0 ),