mirror of
https://github.com/curl/curl.git
synced 2026-04-20 02:51:15 +03:00
fixed bad infof() usage!
This commit is contained in:
parent
af779fa57c
commit
5c56bdf229
1 changed files with 1 additions and 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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue