]> git.saurik.com Git - wxWidgets.git/commitdiff
don't show warning to the user if session manager detection failed, this is annoying...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Jul 2008 02:33:19 +0000 (02:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Jul 2008 02:33:19 +0000 (02:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/utilsgtk.cpp

index d255eb50e0e92a59f90e7bdee2130f0fe5bb98f2..4c42bd8fa1d6233403ad3fc1959d9d8884a75c69 100644 (file)
@@ -290,7 +290,7 @@ static wxString GetSM()
 
     if ( !smc_conn )
     {
-        wxLogWarning(_("Failed to connect to session manager: %s"), smerr);
+        wxLogDebug("Failed to connect to session manager: %s", smerr);
         return wxEmptyString;
     }