diff options
Diffstat (limited to 'src/src/verify.c')
-rw-r--r-- | src/src/verify.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/src/verify.c b/src/src/verify.c index 29d7b1328..db35aa575 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -748,9 +748,11 @@ else ) { /*save_errno = ERRNO_TLSREQUIRED;*/ - log_write(0, LOG_MAIN, "a TLS session is required for %s [%s], but %s", + log_write(0, LOG_MAIN, + "H=%s [%s]: a TLS session is required for this host, but %s", host->name, host->address, - tls_offered? "an attempt to start TLS failed" : "the server did not offer TLS support"); + tls_offered ? "an attempt to start TLS failed" + : "the server did not offer TLS support"); done= FALSE; goto TLS_FAILED; } |