[Webkit-unassigned] [Bug 86564] New: Change printf to fprintf in DEBUG_AUDIONODE_REFERENCES

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 20:23:38 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86564

           Summary: Change printf to fprintf in DEBUG_AUDIONODE_REFERENCES
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: Web Audio
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rtoy at chromium.org
                CC: crogers at google.com


The debugging prints for DEBUG_AUDIONODE_REFERENCES use printf, but it's nicer to fprintf instead so that the debugging messages aren't all buffered up and printed whenever stdio decides to output the buffer.  It makes it easier to follow things as they happen.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list