]> granicus.if.org Git - curl/commitdiff
fixed bad infof() usage!
authorDaniel Stenberg <daniel@haxx.se>
Thu, 12 Jun 2008 22:00:35 +0000 (22:00 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 12 Jun 2008 22:00:35 +0000 (22:00 +0000)
lib/nss.c

index 4267b2492cb19317152654114cc778b73209eb39..62fd191d81fa2af5b33a65a871f7da6202ea9a53 100644 (file)
--- 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");
     }
   }