[gnome-session] gsm-session-fill: Fix error message to include session name
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-session] gsm-session-fill: Fix error message to include session name
- Date: Thu, 10 Mar 2011 15:39:24 +0000 (UTC)
commit 0e10923053fdc99f5da997c5d2a26e8a9bcce41b
Author: Colin Walters <walters verbum org>
Date: Thu Mar 10 10:08:00 2011 -0500
gsm-session-fill: Fix error message to include session name
This was what I intended originally.
gnome-session/gsm-session-fill.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gnome-session/gsm-session-fill.c b/gnome-session/gsm-session-fill.c
index 877eec2..8e787e9 100644
--- a/gnome-session/gsm-session-fill.c
+++ b/gnome-session/gsm-session-fill.c
@@ -387,7 +387,8 @@ get_session_keyfile (const char *session,
g_debug ("fill: *** Launching helper '%s' to know if session is runnable", value);
session_runnable = gsm_process_helper (value, GSM_RUNNABLE_HELPER_TIMEOUT, &error);
if (!session_runnable) {
- g_warning ("Session '%s' runnable check failed:", error->message);
+ g_warning ("Session '%s' runnable check failed: %s", session,
+ error->message);
g_clear_error (&error);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]