[gdm] worker: correct debug messages
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm] worker: correct debug messages
- Date: Mon, 17 Sep 2012 20:41:39 +0000 (UTC)
commit dfce1962cbb3ca95b0e407450179a0965e6f3ec3
Author: Ray Strode <rstrode redhat com>
Date: Mon Sep 17 14:29:36 2012 -0400
worker: correct debug messages
The conversation-started message said "stopped" and the
conversation-stopped message said "started"
This commit flips 'em.
https://bugzilla.gnome.org/show_bug.cgi?id=684241
daemon/gdm-session-worker.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/daemon/gdm-session-worker.c b/daemon/gdm-session-worker.c
index 1ccc0b7..d8a92b7 100644
--- a/daemon/gdm-session-worker.c
+++ b/daemon/gdm-session-worker.c
@@ -2655,7 +2655,7 @@ on_reauthentication_conversation_started (GdmSession *session,
const char *service_name,
ReauthenticationRequest *request)
{
- g_debug ("GdmSessionWorker: reauthentication service '%s' stopped",
+ g_debug ("GdmSessionWorker: reauthentication service '%s' started",
service_name);
}
@@ -2664,7 +2664,7 @@ on_reauthentication_conversation_stopped (GdmSession *session,
const char *service_name,
ReauthenticationRequest *request)
{
- g_debug ("GdmSessionWorker: reauthentication service '%s' started",
+ g_debug ("GdmSessionWorker: reauthentication service '%s' stopped",
service_name);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]