fixed bad infof() usage!

This commit is contained in:
Daniel Stenberg 2008-06-12 22:00:35 +00:00
parent af779fa57c
commit 5c56bdf229
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}