Title: [174127] trunk/Source/WebCore
Revision
174127
Author
[email protected]
Date
2014-09-30 15:50:33 -0700 (Tue, 30 Sep 2014)

Log Message

[Windows] Remove an errant WTFLogAlways that makes test output hard to read and generates stderr output.

* platform/network/cf/SynchronousResourceHandleCFURLConnectionDelegate.cpp:
(WebCore::SynchronousResourceHandleCFURLConnectionDelegate::didFinishLoading):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (174126 => 174127)


--- trunk/Source/WebCore/ChangeLog	2014-09-30 22:12:26 UTC (rev 174126)
+++ trunk/Source/WebCore/ChangeLog	2014-09-30 22:50:33 UTC (rev 174127)
@@ -1,3 +1,10 @@
+2014-09-30  Roger Fong  <[email protected]>
+
+        [Windows] Remove an errant WTFLogAlways that makes test output hard to read and generates stderr output.
+
+        * platform/network/cf/SynchronousResourceHandleCFURLConnectionDelegate.cpp:
+        (WebCore::SynchronousResourceHandleCFURLConnectionDelegate::didFinishLoading):
+
 2014-09-30  David Hyatt  <[email protected]>
 
         Remove a multicolumn ASSERT and replace with a guard.

Modified: trunk/Source/WebCore/platform/network/cf/SynchronousResourceHandleCFURLConnectionDelegate.cpp (174126 => 174127)


--- trunk/Source/WebCore/platform/network/cf/SynchronousResourceHandleCFURLConnectionDelegate.cpp	2014-09-30 22:12:26 UTC (rev 174126)
+++ trunk/Source/WebCore/platform/network/cf/SynchronousResourceHandleCFURLConnectionDelegate.cpp	2014-09-30 22:50:33 UTC (rev 174127)
@@ -169,7 +169,6 @@
 
 void SynchronousResourceHandleCFURLConnectionDelegate::didFinishLoading()
 {
-    WTFLogAlways("CFNet - SynchronousResourceHandleCFURLConnectionDelegate::didFinishLoading(handle=%p) (%s)", m_handle, m_handle->firstRequest().url().string().utf8().data());
     LOG(Network, "CFNet - SynchronousResourceHandleCFURLConnectionDelegate::didFinishLoading(handle=%p) (%s)", m_handle, m_handle->firstRequest().url().string().utf8().data());
 
 #if USE(QUICK_LOOK)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to