Fixed: Compilation

--HG--
branch : develop
This commit is contained in:
kervala 2016-02-20 20:42:43 +01:00
parent c6ac53598b
commit ce382f87dc

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;
}