make a warning into a debug message
This commit is contained in:
parent
d826a88728
commit
2bd406a0a5
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ void session_startup(int *argc, char ***argv)
|
||||||
&cb, sm_id, &sm_id,
|
&cb, sm_id, &sm_id,
|
||||||
SM_ERR_LEN, sm_err);
|
SM_ERR_LEN, sm_err);
|
||||||
if (sm_conn == NULL)
|
if (sm_conn == NULL)
|
||||||
g_warning("Failed to connect to session manager: %s", sm_err);
|
ob_debug("Failed to connect to session manager: %s", sm_err);
|
||||||
else {
|
else {
|
||||||
SmPropValue val_prog;
|
SmPropValue val_prog;
|
||||||
SmPropValue val_uid;
|
SmPropValue val_uid;
|
||||||
|
|
Loading…
Reference in a new issue