1
0
Fork 0

Change meta_warning to meta_topic on failure to connect to a session

2004-06-24  Elijah Newren  <newren@math.utah.edu>

	* src/session.c: Change meta_warning to meta_topic on failure to
	connect to a session manager.  Fixes #136218.
This commit is contained in:
Elijah Newren 2004-06-24 17:02:54 +00:00 committed by Elijah Newren
parent 28a54c6bb4
commit 8131988b5e
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-06-24 Elijah Newren <newren@math.utah.edu>
* src/session.c: Change meta_warning to meta_topic on failure to
connect to a session manager. Fixes #136218.
2004-06-17 Elijah Newren <newren@math.utah.edu>
Add support for _NET_WM_USER_TIME

View file

@ -271,7 +271,9 @@ meta_session_init (const char *previous_client_id,
if (session_connection == NULL)
{
meta_warning (_("Failed to a open connection to a session manager, so window positions will not be saved: %s\n"), buf);
meta_topic (META_DEBUG_SM,
"Failed to a open connection to a session manager, so window positions will not be saved: %s\n",
buf);
goto out;
}