[gdm/multi-stack: 27/34] add better debug spew (needs squash)
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm/multi-stack: 27/34] add better debug spew (needs squash)
- Date: Wed, 29 Sep 2010 23:34:51 +0000 (UTC)
commit 3dbbc2d4a678786cb327311e13e0c411f5684a9e
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 41c7dc2..e4e4166 100644
--- a/daemon/gdm-session-direct.c
+++ b/daemon/gdm-session-direct.c
@@ -210,7 +210,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;
@@ -1800,7 +1800,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);
@@ -1973,7 +1973,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);
@@ -1990,7 +1990,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]