[glib/glib-2-28] GDBus: Nuke debug spew from the ANONYMOUS authentication method
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-28] GDBus: Nuke debug spew from the ANONYMOUS authentication method
- Date: Thu, 14 Apr 2011 14:28:04 +0000 (UTC)
commit 69c4e81d0a3fd752bd261131816112b749acdb12
Author: David Zeuthen <davidz redhat com>
Date: Wed Apr 13 18:19:57 2011 -0400
GDBus: Nuke debug spew from the ANONYMOUS authentication method
Signed-off-by: David Zeuthen <davidz redhat com>
gio/gdbusauthmechanismanon.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gio/gdbusauthmechanismanon.c b/gio/gdbusauthmechanismanon.c
index 601200d..ea58438 100644
--- a/gio/gdbusauthmechanismanon.c
+++ b/gio/gdbusauthmechanismanon.c
@@ -187,8 +187,7 @@ mechanism_server_initiate (GDBusAuthMechanism *mechanism,
g_return_if_fail (G_IS_DBUS_AUTH_MECHANISM_ANON (mechanism));
g_return_if_fail (!m->priv->is_server && !m->priv->is_client);
- if (initial_response != NULL)
- g_debug ("ANONYMOUS: initial_response was `%s'", initial_response);
+ //g_debug ("ANONYMOUS: initial_response was `%s'", initial_response);
m->priv->is_server = TRUE;
m->priv->state = G_DBUS_AUTH_MECHANISM_STATE_ACCEPTED;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]