diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-11-03 09:59:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-03 18:16:29 +0100 |
commit | d394bbf2c469fb15dd0b131149bab9a2d774f72d (patch) | |
tree | 4aa576e9542a2ec82c760a40e8bfaaa59085d971 /sfx2/source/sidebar | |
parent | 24e0ed0108cae5acb0b5388640e54062d927ade5 (diff) |
downgrade to SAL_INFO
happens a lot and doesn't indicate a problem anyone needs to fix
Change-Id: Ie0c36b61855545629641306820447d5d96b8d841
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105250
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/sidebar')
-rw-r--r-- | sfx2/source/sidebar/DeckLayouter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/DeckLayouter.cxx b/sfx2/source/sidebar/DeckLayouter.cxx index 42f707a3db5c..77cda6dcaf01 100644 --- a/sfx2/source/sidebar/DeckLayouter.cxx +++ b/sfx2/source/sidebar/DeckLayouter.cxx @@ -425,7 +425,7 @@ void GetRequestedSizes ( if (!(0 <= rItem.maLayoutSize.Minimum && rItem.maLayoutSize.Minimum <= rItem.maLayoutSize.Preferred && rItem.maLayoutSize.Preferred <= rItem.maLayoutSize.Maximum)) { - SAL_WARN("sfx.sidebar", "Please follow LayoutSize constraints: 0 ≤ " + SAL_INFO("sfx.sidebar", "Please follow LayoutSize constraints: 0 ≤ " "Minimum ≤ Preferred ≤ Maximum." " Currently: Minimum: " << rItem.maLayoutSize.Minimum |