Changed: Better warning

--HG--
branch : develop
This commit is contained in:
kervala 2016-03-05 12:42:32 +01:00
parent 76d83a5890
commit 846be58379

View file

@ -124,7 +124,7 @@ static CURLcode sslctx_function(CURL *curl, void *sslctx, void *parm)
}
else
{
nlwarning("PEM_read_bio_X509 failed...");
nlwarning("Unable to read PEM info");
res = CURLE_SSL_CACERT;
}