[gaim-migrate @ 7911]

Sat, 25 Oct 2003 00:02:53 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Sat, 25 Oct 2003 00:02:53 +0000
changeset 7325
714ca91f70d0
parent 7324
17d02b04567c
child 7326
599c9e8c9da4

[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);

mercurial