[gdm/multi-stack: 27/35] add better debug spew (needs squash)
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm/multi-stack: 27/35] add better debug spew (needs squash)
- Date: Wed, 23 Feb 2011 14:40:18 +0000 (UTC)
commit 774c9b9bf574849f8994d2e227b40a9d6cc3c97a
Author: Ray Strode <rstrode redhat com>
Date: Tue Jul 13 22:36:19 2010 -0400
add better debug spew (needs squash)
daemon/gdm-session-direct.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/daemon/gdm-session-direct.c b/daemon/gdm-session-direct.c
index 0f0c053..23812d2 100644
--- a/daemon/gdm-session-direct.c
+++ b/daemon/gdm-session-direct.c
@@ -208,7 +208,7 @@ find_conversation_by_name (GdmSessionDirect *session,
conversation = g_hash_table_lookup (session->priv->conversations, service_name);
if (conversation == NULL) {
- g_warning ("Tried to look up non-existant conversation");
+ g_warning ("Tried to look up non-existent conversation %s", service_name);
}
return conversation;
@@ -1715,7 +1715,7 @@ static void
free_conversation (GdmSessionConversation *conversation)
{
if (conversation->job != NULL) {
- g_warning ("Freeing conversation with active job");
+ g_warning ("Freeing conversation '%s' with active job", conversation->service_name);
}
g_free (conversation->service_name);
@@ -1888,7 +1888,7 @@ gdm_session_direct_start_conversation (GdmSession *session,
g_return_if_fail (session != NULL);
- g_debug ("GdmSessionDirect: starting conversation");
+ g_debug ("GdmSessionDirect: starting conversation %s", service_name);
conversation = start_conversation (impl, service_name);
@@ -1905,7 +1905,7 @@ gdm_session_direct_stop_conversation (GdmSession *session,
g_return_if_fail (session != NULL);
- g_debug ("GdmSessionDirect: stopping conversation");
+ g_debug ("GdmSessionDirect: stopping conversation %s", service_name);
conversation = find_conversation_by_name (impl, service_name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]