WinTLS: Make ca-file rejection a warning

pull/220/merge
Nils Maier 2014-04-13 16:29:54 +02:00
parent 8d55e30561
commit 219fd5b4b7
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ bool WinTLSContext::addCredentialFile(const std::string& certfile,
bool WinTLSContext::addTrustedCACertFile(const std::string& certfile)
{
A2_LOG_INFO("TLS CA bundle files are not supported. "
A2_LOG_WARN("TLS CA bundle files are not supported. "
"The system trust store will be used.");
return false;
}