Sat, 25 Oct 2003 00:02:53 +0000
[gaim-migrate @ 7911]
Added a little debug statement to find the error code when handshaking
fails.
| plugins/ssl/ssl-gnutls.c | file | annotate | diff | comparison | revisions |
--- a/plugins/ssl/ssl-gnutls.c Fri Oct 24 22:01:58 2003 +0000 +++ b/plugins/ssl/ssl-gnutls.c Sat Oct 25 00:02:53 2003 +0000 @@ -92,7 +92,7 @@ if (ret < 0) { - gaim_debug_error("gnutls", "Handshake failed\n"); + gaim_debug_error("gnutls", "Handshake failed. Error %d\n", ret); if (gsc->error_cb != NULL) gsc->error_cb(gsc, GAIM_SSL_HANDSHAKE_FAILED, data);