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:
parent
28a54c6bb4
commit
8131988b5e
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user