Mercurial > pidgin
diff src/oscar.c @ 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 | bb115612a2ed |
| children | 31f7780b72b8 |
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);
