diff options
-rw-r--r-- | ucb/source/ucp/cmis/cmis_content.cxx | 5 |
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 039181365b32..dbc9332a80f9 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 ), |