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

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

commit 08a66cda19b0288424e30631b84d39da2e114ed2
Author: Randall Meyer <[email protected]>
AuthorDate: Tue May 22 16:30:40 2018 -0700

    Clarifies error when failing to load ticket key
    
    Previous message reads as success if not looking at log level
    
    (cherry picked from commit 4e8c8b34327ea4114ed199248841e4f56959a5e5)
---
 iocore/net/SSLConfig.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/SSLConfig.cc b/iocore/net/SSLConfig.cc
index d8dccf8..fd1057b 100644
--- a/iocore/net/SSLConfig.cc
+++ b/iocore/net/SSLConfig.cc
@@ -549,7 +549,7 @@ SSLTicketParams::LoadTicket()
     keyblock = ssl_create_ticket_keyblock(nullptr);
   }
   if (!keyblock) {
-    Error("ticket key reloaded from %s", ticket_key_filename);
+    Error("Could not load ticket key from %s", ticket_key_filename);
     return false;
   }
   default_global_keyblock = keyblock;

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to