Bug 139182 - Fix logging typo
Summary: Fix logging typo
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eric Carlson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-02 08:41 PST by Eric Carlson
Modified: 2014-12-02 12:52 PST (History)
5 users (show)

See Also:


Attachments
Proposed patch. (1.64 KB, patch)
2014-12-02 08:45 PST, Eric Carlson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2014-12-02 08:41:04 PST
MediaPlayerPrivateAVFoundationObjC::platformDuration tries to use %f to log a String.
Comment 1 Eric Carlson 2014-12-02 08:45:50 PST
Created attachment 242412 [details]
Proposed patch.
Comment 2 WebKit Commit Bot 2014-12-02 11:03:46 PST
Comment on attachment 242412 [details]
Proposed patch.

Clearing flags on attachment: 242412

Committed r176673: <http://trac.webkit.org/changeset/176673>
Comment 3 WebKit Commit Bot 2014-12-02 11:03:50 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Eric Carlson 2014-12-02 12:52:33 PST
Follow-up fix in https://trac.webkit.org/r176685.