aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gnutls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnutls.c b/src/gnutls.c
index cab24048e56..864cac5f511 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -1512,7 +1512,7 @@ one trustfile (usually a CA bundle). */)
1512 || !NILP (Fmember (QCgnutls_bootprop_trustfiles, verify_error))) 1512 || !NILP (Fmember (QCgnutls_bootprop_trustfiles, verify_error)))
1513 { 1513 {
1514 emacs_gnutls_deinit (proc); 1514 emacs_gnutls_deinit (proc);
1515 error ("Certificate validation failed %s, verification code %u", 1515 error ("Certificate validation failed %s, verification code %x",
1516 c_hostname, peer_verification); 1516 c_hostname, peer_verification);
1517 } 1517 }
1518 else 1518 else