don't show warning to the user if session manager detection failed, this is annoying and irrelevant

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-07-21 02:33:19 +00:00
parent 96e93f5b83
commit 366721d7b0

View 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;
}