Title: [126773] branches/safari-536.26-branch/Source/WTF
Revision
126773
Author
[email protected]
Date
2012-08-27 10:09:50 -0700 (Mon, 27 Aug 2012)

Log Message

Log-to-a-file should not be enabled
<rdar://problem/12172462> 
        
Patch by Filip Pizlo <[email protected]> on 2012-08-24
Reviewed by Mark Hahnenberg.
        
* wtf/DataLog.cpp:

Modified Paths

Diff

Modified: branches/safari-536.26-branch/Source/WTF/ChangeLog (126772 => 126773)


--- branches/safari-536.26-branch/Source/WTF/ChangeLog	2012-08-27 17:06:06 UTC (rev 126772)
+++ branches/safari-536.26-branch/Source/WTF/ChangeLog	2012-08-27 17:09:50 UTC (rev 126773)
@@ -1,3 +1,12 @@
+2012-08-24  Filip Pizlo  <[email protected]>
+
+        Log-to-a-file should not be enabled
+        <rdar://problem/12172462> 
+        
+        Reviewed by Mark Hahnenberg.
+        
+        * wtf/DataLog.cpp:
+
 2012-08-14  Lucas Forschler  <[email protected]>
 
     Merge r124268.

Modified: branches/safari-536.26-branch/Source/WTF/wtf/DataLog.cpp (126772 => 126773)


--- branches/safari-536.26-branch/Source/WTF/wtf/DataLog.cpp	2012-08-27 17:06:06 UTC (rev 126772)
+++ branches/safari-536.26-branch/Source/WTF/wtf/DataLog.cpp	2012-08-27 17:09:50 UTC (rev 126773)
@@ -28,10 +28,10 @@
 #include <stdarg.h>
 #include <wtf/Threading.h>
 
-#define DATA_LOG_TO_FILE 1
+#define DATA_LOG_TO_FILE 0
 
 // Uncomment to force logging to the given file regardless of what the environment variable says.
-#define DATA_LOG_FILENAME "/tmp/WTFLog.txt"
+// #define DATA_LOG_FILENAME "/tmp/WTFLog.txt"
 
 namespace WTF {
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to