From 219fd5b4b7c371a19b05f5178a4989c8079499a9 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Sun, 13 Apr 2014 16:29:54 +0200 Subject: [PATCH] WinTLS: Make ca-file rejection a warning --- src/WinTLSContext.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WinTLSContext.cc b/src/WinTLSContext.cc index 92176f05..925afbb8 100644 --- a/src/WinTLSContext.cc +++ b/src/WinTLSContext.cc @@ -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; }