summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2005-09-15 01:51:18 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-09-15 01:51:18 +0000
commit6ae671a293b7c73e08e0e8ec650cd0e14901e361 (patch)
tree6c9b714c621515e09f6307d184b8f58e71fdbb25
parent80f5e0f5579420fe8e13f95f17a27adc45cfb8da (diff)
downloadgdm-6ae671a293b7c73e08e0e8ec650cd0e14901e361.tar.gz
Make XdmcpFill() failure a debug, as it also happens when the client
2005-09-14 Bastien Nocera <hadess@hadess.net> * daemon/xdmcp.c: (gdm_xdmcp_decode_packet): Make XdmcpFill() failure a debug, as it also happens when the client disconnects from the XDMCP server before the session was setup (Closes: #316316)
-rw-r--r--ChangeLog7
-rw-r--r--daemon/xdmcp.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c31f115b..bbeda508 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-09-14 Bastien Nocera <hadess@hadess.net>
+
+ * daemon/xdmcp.c: (gdm_xdmcp_decode_packet):
+ Make XdmcpFill() failure a debug, as it also happens when the client
+ disconnects from the XDMCP server before the session was setup
+ (Closes: #316316)
+
2005-09-14 Brian Cameron <Brian.Cameron@sun.com>
* gui/gdmsetup.c: Fix gdmsetup so that when
diff --git a/daemon/xdmcp.c b/daemon/xdmcp.c
index 63f5f136..cc044184 100644
--- a/daemon/xdmcp.c
+++ b/daemon/xdmcp.c
@@ -554,7 +554,7 @@ gdm_xdmcp_decode_packet (GIOChannel *source, GIOCondition cond, gpointer data)
return TRUE;
if G_UNLIKELY (!XdmcpFill (gdm_xdmcpfd, &buf, (XdmcpNetaddr)&clnt_sa, &sa_len)) {
- gdm_error (_("%s: Could not create XDMCP buffer!"),
+ gdm_debug (_("%s: Could not create XDMCP buffer!"),
"gdm_xdmcp_decode_packet");
return TRUE;
}