Commit 873d457d authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Fix log message

parent efb25f72
...@@ -154,7 +154,7 @@ void notify_readcb(bufferevent *bev, void *arg) ...@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment