RESOLVED FIXED 65293
Incorrect arguments passed to LOG statement
https://bugs.webkit.org/show_bug.cgi?id=65293
Summary Incorrect arguments passed to LOG statement
Pratik Solanki
Reported 2011-07-27 16:10:55 PDT
In r91799, I added LOG(Network, "Handle %p delegate connection:%p canAuthenticateAgainstProtectionSpace:%p", m_handle, connection); Three %p but only 2 arguments passed. Need to pass protectionSpace.
Attachments
Patch (1.51 KB, patch)
2011-07-27 16:13 PDT, Pratik Solanki
oliver: review+
Pratik Solanki
Comment 1 2011-07-27 16:13:19 PDT
Pratik Solanki
Comment 2 2011-07-27 17:14:19 PDT
Note You need to log in before you can comment on or make changes to this bug.