[Libreoffice-commits] core.git: sfx2/source

Michael Meeks michael.meeks at collabora.com
Thu May 10 11:59:59 UTC 2018


 sfx2/source/doc/objserv.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 447c40948eab930b4617f905f2722f926c3b7b36
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Wed May 9 20:40:23 2018 +0100

    Make debugging obscure save failures slightly less awful.
    
    Change-Id: Idf2385b08b31e1a6fddefbf61f6284763c456b18
    Reviewed-on: https://gerrit.libreoffice.org/54047
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index 1bee627d11d6..4f9e6b193d75 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -673,6 +673,7 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq)
             catch( const task::ErrorCodeIOException& aErrorEx )
             {
                 nErrorCode = ErrCode(aErrorEx.ErrCode);
+                SAL_WARN( "sfx.doc", "Fatal IO error during save " << aErrorEx );
             }
             catch( Exception& )
             {


More information about the Libreoffice-commits mailing list