Changed: Display certificate path

This commit is contained in:
kervala 2016-04-18 13:40:13 +02:00
parent 8aabb4fec7
commit 58347b9353

View file

@ -67,7 +67,7 @@ static CURLcode sslctx_function(CURL * /* curl */, void *sslctx, void * /* parm
{
// look for certificate in search paths
string path = CPath::lookup(CAFilename);
nldebug("Cert path '%s'", path.c_str());
nlinfo("Cert path '%s'", path.c_str());
if (path.empty())
{