From: Daniel Stenberg Date: Thu, 12 Jun 2008 22:00:35 +0000 (+0000) Subject: fixed bad infof() usage! X-Git-Tag: cares-1_5_3~440 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c56bdf2291c5d80ea32d808978afeced2ee824f;p=curl fixed bad infof() usage! --- diff --git a/lib/nss.c b/lib/nss.c index 4267b2492..62fd191d8 100644 --- a/lib/nss.c +++ b/lib/nss.c @@ -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"); } }