diff options
author | Nokis Mavrogiannopoulos | 2007-12-16 09:08:47 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2007-12-16 09:08:47 +0000 |
commit | 36a617804bdd905e2da3ae3bb36e6c60c933cc8c (patch) | |
tree | 6b9705391e05330b82a67e0f2b584f6d9ed044ba /src | |
parent | e2b7f8e1d72fa4f8987b1174364f32e95f06ea22 (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/gnutls_hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnutls_hooks.c b/src/gnutls_hooks.c index 70254bb..6f4fead 100644 --- a/src/gnutls_hooks.c +++ b/src/gnutls_hooks.c | |||
@@ -229,7 +229,7 @@ static int read_crt_cn(server_rec * s, apr_pool_t * p, | |||
229 | GNUTLS_OID_X520_COMMON_NAME, 0, | 229 | GNUTLS_OID_X520_COMMON_NAME, 0, |
230 | 0, *cert_cn, &data_len); | 230 | 0, *cert_cn, &data_len); |
231 | } else { /* No CN return subject alternative name */ | 231 | } else { /* No CN return subject alternative name */ |
232 | ap_log_error(APLOG_MARK, APLOG_INFO, 0, s, | 232 | ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, |
233 | "No common name found in certificate for '%s:%d'. Looking for subject alternative name...", | 233 | "No common name found in certificate for '%s:%d'. Looking for subject alternative name...", |
234 | s->server_hostname, s->port); | 234 | s->server_hostname, s->port); |
235 | rv = 0; | 235 | rv = 0; |