changeset 1830:086213e7fb73

[gaim-migrate @ 1840] this is just debugging information. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 09 May 2001 19:58:14 +0000
parents bdfb37ae28b4
children 1b61db419774
files src/oscar.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/oscar.c	Wed May 09 09:56:18 2001 +0000
+++ b/src/oscar.c	Wed May 09 19:58:14 2001 +0000
@@ -668,6 +668,10 @@
 	}
 	read(pos->conn->fd, m, 16);
 	m[16] = '\0';
+	debug_printf("Sending hash: ");
+	for (x = 0; x < 16; x++)
+		debug_printf("%02x ", (unsigned char)m[x]);
+	debug_printf("\n");
 	gdk_input_remove(pos->inpa);
 	close(pos->conn->fd);
 	aim_conn_kill(od->sess, &pos->conn);