This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 18a22dd  log when ssl_multicert.config is successfully reloaded
18a22dd is described below

commit 18a22dd9f5b00c1fa51b834b7d232003723a3c32
Author: Randall Meyer <randallme...@yahoo.com>
AuthorDate: Thu Oct 12 17:17:49 2017 -0700

    log when ssl_multicert.config is successfully reloaded
---
 iocore/net/SSLConfig.cc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/iocore/net/SSLConfig.cc b/iocore/net/SSLConfig.cc
index 3b15a8a..b18d302 100644
--- a/iocore/net/SSLConfig.cc
+++ b/iocore/net/SSLConfig.cc
@@ -508,6 +508,12 @@ SSLCertificateConfig::reconfigure()
     delete lookup;
   }
 
+  if (retStatus) {
+    Note("ssl_multicert.config done reloading!");
+  } else {
+    Note("failed to reload ssl_multicert.config");
+  }
+
   return retStatus;
 }
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].

Reply via email to