sfx2/source/doc/objserv.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 447c40948eab930b4617f905f2722f926c3b7b36
Author: Michael Meeks <[email protected]>
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 <[email protected]>
Reviewed-by: Michael Meeks <[email protected]>
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& )
{
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits