make a warning into a debug message
Dana Jansens danakj@orodu.net
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
openbox/session.c
→
openbox/session.c
@@ -190,7 +190,7 @@ SmcShutdownCancelledProcMask,
&cb, sm_id, &sm_id, SM_ERR_LEN, sm_err); 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 { SmPropValue val_prog; SmPropValue val_uid;