nghttpx: Fix log message
This commit is contained in:
parent
efb25f723f
commit
873d457dd2
|
@ -154,7 +154,7 @@ void notify_readcb(bufferevent *bev, void *arg)
|
||||||
rv = http2session->initiate_connection();
|
rv = http2session->initiate_connection();
|
||||||
if(rv != 0) {
|
if(rv != 0) {
|
||||||
SSLOG(FATAL, http2session)
|
SSLOG(FATAL, http2session)
|
||||||
<< "Could not initiate notification connection";
|
<< "Could not initiate backend connection";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case Http2Session::CONNECTED:
|
case Http2Session::CONNECTED:
|
||||||
|
|
Loading…
Reference in New Issue