# HG changeset patch # User Eric Warmenhoven # Date 989438294 0 # Node ID 086213e7fb73c4ef56630d11699ef7d46ed84a6c # Parent bdfb37ae28b48498d6c6a1070cce71c3ef27db88 [gaim-migrate @ 1840] this is just debugging information. committer: Tailor Script diff -r bdfb37ae28b4 -r 086213e7fb73 src/oscar.c --- 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);