nghttpx: Fix log message

This commit is contained in:
Tatsuhiro Tsujikawa 2013-12-20 22:44:30 +09:00
parent efb25f723f
commit 873d457dd2
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ void notify_readcb(bufferevent *bev, void *arg)
rv = http2session->initiate_connection();
if(rv != 0) {
SSLOG(FATAL, http2session)
<< "Could not initiate notification connection";
<< "Could not initiate backend connection";
}
break;
case Http2Session::CONNECTED: