summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/node.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-08-30 13:28:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-08-30 15:30:55 +0200
commit0e17717404d147a99d4c1f797298598ba54bb95f (patch)
tree774cfa96ee232c8dc65311e35c8e318325290fc8 /sw/source/core/docnode/node.cxx
parent28223ab9198e693a1cb4e344f14f8f5d5fbf127a (diff)
SAL_WARN->SAL_INFO in SwContentNode::ChkCondColl
we call this on all nodes, so it's not really a bug Change-Id: I7bb258e68abf6fb0ced5a46924b715febb79c587 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139036 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/docnode/node.cxx')
-rw-r--r--sw/source/core/docnode/node.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/docnode/node.cxx b/sw/source/core/docnode/node.cxx
index 58096ad98047..e8d415d9d1c2 100644
--- a/sw/source/core/docnode/node.cxx
+++ b/sw/source/core/docnode/node.cxx
@@ -1999,7 +1999,7 @@ void SwContentNode::ChkCondColl(const SwTextFormatColl* pColl)
{
if(pColl != GetRegisteredIn())
{
- SAL_WARN("sw.core", "Wrong cond collection, skipping check of Cond Colls.");
+ SAL_INFO("sw.core", "Not our cond collection, skipping check of Cond Colls.");
return;
}
if(&GetNodes() != &GetDoc().GetNodes())