From: Jeremy Harris Date: Wed, 21 Jul 2021 08:38:25 +0000 (+0100) Subject: typo X-Git-Tag: exim-4.95-RC1~4 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/25f3b885dbfd1ba330521c8fe106876667a31bb7 typo --- diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c index a95b58acf..89f11ce37 100644 --- a/src/src/tls-openssl.c +++ b/src/src/tls-openssl.c @@ -3273,7 +3273,7 @@ else DEBUG(D_tls) if (len && name) debug_printf("ALPN negotiated: '%.*s'\n", (int)*name, name+1); else - debug_printf(ALPN: no protocol negotiated\n"); + debug_printf("ALPN: no protocol negotiated\n"); } #endif