[Webkit-unassigned] [Bug 104668] [GTK] Soup network logs are frequently interrupted by other logging messages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 07:09:44 PST 2012


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #178793|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2012-12-11 07:12:07 PST ---
(From update of attachment 178793)
View in context: https://bugs.webkit.org/attachment.cgi?id=178793&action=review

Thanks!

> Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp:81
> +inline static void soupLogPrinter(SoupLogger *logger, SoupLoggerLogLevel level, char direction, const char* data, gpointer userData)

Nit: SoupLogger *logger should be SoupLogger* logger and you can omit the "userData" and "level" here entirely.

-- 
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