RESOLVED FIXED 143470
[Content Filtering] Add logging
https://bugs.webkit.org/show_bug.cgi?id=143470
Summary [Content Filtering] Add logging
Andy Estes
Reported 2015-04-07 02:16:31 PDT
[Content Filtering] Add logging
Attachments
Patch (15.09 KB, patch)
2015-04-07 02:18 PDT, Andy Estes
dbates: review+
Andy Estes
Comment 1 2015-04-07 02:18:01 PDT
Daniel Bates
Comment 2 2015-04-07 13:39:21 PDT
Comment on attachment 250261 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=250261&action=review > Source/WebCore/testing/MockContentFilter.cpp:136 > + LOG(ContentFiltering, "MockContentFilter stopped buffering with status %du at decision point %du.\n", m_status, decisionPoint); Is %du a valid format specifier?
Andy Estes
Comment 3 2015-04-07 13:41:35 PDT
(In reply to comment #2) > Comment on attachment 250261 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=250261&action=review > > > Source/WebCore/testing/MockContentFilter.cpp:136 > > + LOG(ContentFiltering, "MockContentFilter stopped buffering with status %du at decision point %du.\n", m_status, decisionPoint); > > Is %du a valid format specifier? Eh, I probably just want %u.
Andy Estes
Comment 4 2015-04-07 13:49:28 PDT
Note You need to log in before you can comment on or make changes to this bug.