Bug 170126 - Update NetworkResourceLoader logging statement
Summary: Update NetworkResourceLoader logging statement
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Rollin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-27 12:23 PDT by Keith Rollin
Modified: 2017-03-27 17:16 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.31 KB, patch)
2017-03-27 13:49 PDT, Keith Rollin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Rollin 2017-03-27 12:23:36 PDT
NetworkResourceLoader contains a logging statement that prints, in part: "start: Retrieving resource from cache". This is misleading, since it's not necessarily the case that the resource will be loaded from the cache. What is actually happening at the point where that is logged is that the cache is being checked for the resource. It still remains to be seen if the resource will be found in it. To address this, change the logging to say "start: Checking cache for resource".
Comment 1 Keith Rollin 2017-03-27 13:49:10 PDT
Created attachment 305505 [details]
Patch
Comment 2 WebKit Commit Bot 2017-03-27 17:16:12 PDT
Comment on attachment 305505 [details]
Patch

Clearing flags on attachment: 305505

Committed r214444: <http://trac.webkit.org/changeset/214444>
Comment 3 WebKit Commit Bot 2017-03-27 17:16:15 PDT
All reviewed patches have been landed.  Closing bug.