Fixed: Compilation

This commit is contained in:
kervala 2016-02-20 20:42:43 +01:00
parent c4226f89ea
commit c1e37527fd

View file

@ -70,7 +70,7 @@ static CURLcode sslctx_function(CURL *curl, void *sslctx, void *parm)
if (!file.open(CAFilename))
{
nlwarning("Unable to open %s", CAFilename.c_str());
nlwarning("Unable to open %s", CAFilename);
return CURLE_SSL_CACERT;
}