소스 검색

WinTLS: Make ca-file rejection a warning

Nils Maier 11 년 전
부모
커밋
219fd5b4b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/WinTLSContext.cc

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