Mercurial > pidgin
changeset 19211:8b2b9765fe64
- Add debugging babble
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Mon, 13 Aug 2007 16:04:48 +0000 |
parents | 74a3f6606cf6 |
children | 2c7c934bfb4e |
files | libpurple/certificate.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/certificate.c Mon Aug 13 06:00:00 2007 +0000 +++ b/libpurple/certificate.c Mon Aug 13 16:04:48 2007 +0000 @@ -1249,6 +1249,9 @@ /* Attempt to look up the last certificate's issuer */ ca_id = purple_certificate_get_issuer_unique_id(end_crt); + purple_debug_info("certificate/x509/tls_cached", + "Checking for a CA with DN=%s\n", + ca_id); if ( !purple_certificate_pool_contains(ca, ca_id) ) { purple_debug_info("certificate/x509/tls_cached", "Certificate Authority with DN='%s' not "