mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
GDBus: Nuke debug spew from the ANONYMOUS authentication method
Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
parent
25c57d31c5
commit
befb60d826
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user