diff --git a/code/ryzom/client/src/http_client_curl.cpp b/code/ryzom/client/src/http_client_curl.cpp index 0c433a598..4190de8e8 100644 --- a/code/ryzom/client/src/http_client_curl.cpp +++ b/code/ryzom/client/src/http_client_curl.cpp @@ -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; }