bug 950906 - http log needs [al/n]pn info r=hurley

This commit is contained in:
Patrick McManus 2013-12-17 10:21:37 -05:00
parent d48bd96f77
commit 4a4d82fa4b

View File

@ -272,8 +272,8 @@ nsHttpConnection::EnsureNPNComplete()
if (NS_FAILED(rv))
goto npnComplete;
LOG(("nsHttpConnection::EnsureNPNComplete %p negotiated to '%s'\n",
this, negotiatedNPN.get()));
LOG(("nsHttpConnection::EnsureNPNComplete %p [%s] negotiated to '%s'\n",
this, mConnInfo->Host(), negotiatedNPN.get()));
uint8_t spdyVersion;
rv = gHttpHandler->SpdyInfo()->GetNPNVersionIndex(negotiatedNPN,