diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/nss.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1177,7 +1177,7 @@ CURLcode Curl_nss_connect(struct connectdata *conn, int sockindex) goto error; } else { - infof("SSL certificate issuer check ok\n"); + infof(data, "SSL certificate issuer check ok\n"); } } |