vcl/unx/generic/window/salframe.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1b20f21ad8b476938af31f8f6a7926d2b1de0c97
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sat Feb 27 21:22:31 2021 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sun Feb 28 21:33:22 2021 +0100

    downgrade 'Restore on withdrawn window' to INFO
    
    Change-Id: Ia9c91070a4c94e741a8bf117533e07618e5c406e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111714
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/unx/generic/window/salframe.cxx 
b/vcl/unx/generic/window/salframe.cxx
index 18f76cc48176..741af25b3fc8 100644
--- a/vcl/unx/generic/window/salframe.cxx
+++ b/vcl/unx/generic/window/salframe.cxx
@@ -2046,7 +2046,7 @@ void X11SalFrame::Restore()
 
     if( SHOWSTATE_UNKNOWN == nShowState_ || SHOWSTATE_HIDDEN == nShowState_ )
     {
-        SAL_WARN( "vcl", "X11SalFrame::Restore on withdrawn window" );
+        SAL_INFO( "vcl", "X11SalFrame::Restore on withdrawn window" );
         return;
     }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to