Kaydet (Commit) 447c4094 authored tarafından Michael Meeks's avatar Michael Meeks

Make debugging obscure save failures slightly less awful.

Change-Id: Idf2385b08b31e1a6fddefbf61f6284763c456b18
Reviewed-on: https://gerrit.libreoffice.org/54047Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
üst 014d31ca
......@@ -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& )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment