oox/source/helper/zipstorage.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit dcc9626eac53fef42b1a85c3235d1e4e48331bee Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Mon Feb 12 15:56:48 2024 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Thu Feb 15 13:58:53 2024 +0100 SAL_WARN->SAL_INFO reduce log noise Change-Id: I16a45c8c41292b245a507ee51924b2f465719c97 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163370 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/oox/source/helper/zipstorage.cxx b/oox/source/helper/zipstorage.cxx index db73b14bdd6c..ff74641d0860 100644 --- a/oox/source/helper/zipstorage.cxx +++ b/oox/source/helper/zipstorage.cxx @@ -65,7 +65,8 @@ ZipStorage::ZipStorage( const Reference< XComponentContext >& rxContext, const R } catch (Exception const&) { - TOOLS_WARN_EXCEPTION("oox.storage", "ZipStorage::ZipStorage exception opening input storage"); + // this is normally a noise exception, because it happens during file format detection + TOOLS_INFO_EXCEPTION("oox.storage", "ZipStorage::ZipStorage exception opening input storage"); } }