From 577e99f525d79bd4fd269b7721fb6f3d8ffb64f9 Mon Sep 17 00:00:00 2001 From: Patrick McManus Date: Fri, 14 Nov 2014 20:34:40 -0500 Subject: [PATCH] bug 1099472 - nspr log argument mismatch h2::recvpushpromise r=hurley --- netwerk/protocol/http/Http2Session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netwerk/protocol/http/Http2Session.cpp b/netwerk/protocol/http/Http2Session.cpp index 3b5cef1bccc..bbc7f7b9420 100644 --- a/netwerk/protocol/http/Http2Session.cpp +++ b/netwerk/protocol/http/Http2Session.cpp @@ -1636,7 +1636,7 @@ Http2Session::RecvPushPromise(Http2Session *self) if (NS_SUCCEEDED(rv)) { rv = Http2Stream::MakeOriginURL(pushedStream->Origin(), pushedURL); } - LOG3(("Http2Session::RecvPushPromise %p checking %s == %s", + LOG3(("Http2Session::RecvPushPromise %p checking %s == %s", self, associatedStream->Origin().get(), pushedStream->Origin().get())); bool match = false; if (NS_SUCCEEDED(rv)) {