sfx2/source/sidebar/DeckLayouter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d394bbf2c469fb15dd0b131149bab9a2d774f72d
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Tue Nov 3 09:59:27 2020 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Tue Nov 3 18:16:29 2020 +0100

    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 <caol...@redhat.com>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to