Bug 143470

Summary: [Content Filtering] Add logging
Product: WebKit Reporter: Andy Estes <aestes>
Component: New BugsAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dbates, japhet
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 128858    
Attachments:
Description Flags
Patch dbates: review+

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.