randall commented on a change in pull request #8208:
URL: https://github.com/apache/trafficserver/pull/8208#discussion_r682980034
##########
File path: iocore/net/SSLSNIConfig.cc
##########
@@ -170,7 +170,7 @@ SNIConfigParams::Initialize()
if (!zret.isOK()) {
std::stringstream errMsg;
errMsg << zret;
- Error("%s failed to load: %s", sni_filename, errMsg.str().c_str());
+ Emergency("%s failed to load: %s", sni_filename, errMsg.str().c_str());
Review comment:
Is this just the initial load(on startup) of the the sni.yaml?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]