diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2018-05-09 20:40:23 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2018-05-10 13:59:37 +0200 |
commit | 447c40948eab930b4617f905f2722f926c3b7b36 (patch) | |
tree | 9c8b3e5bde848c912aa0296f8591af050c98f540 /sfx2 | |
parent | 014d31ca48e5ec443e8c7e70edc815f51746c71f (diff) |
Make debugging obscure save failures slightly less awful.
Change-Id: Idf2385b08b31e1a6fddefbf61f6284763c456b18
Reviewed-on: https://gerrit.libreoffice.org/54047
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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& ) { |