Title: [268334] trunk/Source/WTF
Revision
268334
Author
commit-qu...@webkit.org
Date
2020-10-11 18:38:57 -0700 (Sun, 11 Oct 2020)

Log Message

GeneratePreferences.rb is noisy
https://bugs.webkit.org/show_bug.cgi?id=217589

Patch by Michael Catanzaro <mcatanz...@gnome.org> on 2020-10-11
Reviewed by Sam Weinig.

Don't print anything when the script is successful. Since it runs during the build, it
should only print errors.

* Scripts/GeneratePreferences.rb:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (268333 => 268334)


--- trunk/Source/WTF/ChangeLog	2020-10-12 01:34:58 UTC (rev 268333)
+++ trunk/Source/WTF/ChangeLog	2020-10-12 01:38:57 UTC (rev 268334)
@@ -1,3 +1,15 @@
+2020-10-11  Michael Catanzaro  <mcatanz...@gnome.org>
+
+        GeneratePreferences.rb is noisy
+        https://bugs.webkit.org/show_bug.cgi?id=217589
+
+        Reviewed by Sam Weinig.
+
+        Don't print anything when the script is successful. Since it runs during the build, it
+        should only print errors.
+
+        * Scripts/GeneratePreferences.rb:
+
 2020-10-11  Luming Yin  <luming_...@apple.com>
 
         Strip patch version from TARGET_MAC_OS_X_VERSION_MAJOR when building for macOS Big Sur 

Modified: trunk/Source/WTF/Scripts/GeneratePreferences.rb (268333 => 268334)


--- trunk/Source/WTF/Scripts/GeneratePreferences.rb	2020-10-12 01:34:58 UTC (rev 268333)
+++ trunk/Source/WTF/Scripts/GeneratePreferences.rb	2020-10-12 01:38:57 UTC (rev 268334)
@@ -215,8 +215,6 @@
   end
 
   def renderTemplate(templateFile, outputDirectory)
-    puts "Generating output for template file: #{templateFile}"
-
     resultFile = File.join(outputDirectory, File.basename(templateFile, ".erb"))
     tempResultFile = resultFile + ".tmp"
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to