summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-02-12 15:56:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-02-15 13:58:53 +0100
commitdcc9626eac53fef42b1a85c3235d1e4e48331bee (patch)
tree7fd4c345c0498c7ea0b8eb5ed8ea1b19022fd9a0 /oox
parentad152fe7296359841f75f0e13fe7a47e03b71073 (diff)
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.grandin@collabora.co.uk>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/helper/zipstorage.cxx3
1 files changed, 2 insertions, 1 deletions
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");
}
}