Title: [213658] trunk/Tools
Revision
213658
Author
[email protected]
Date
2017-03-09 13:13:41 -0800 (Thu, 09 Mar 2017)

Log Message

JSC EWS repeat the log message thrice about patch not being relevant
https://bugs.webkit.org/show_bug.cgi?id=169330

Patch by Srinivasan Vijayaraghavan <[email protected]> on 2017-03-09
Reviewed by Chris Dumez.

* Scripts/webkitpy/tool/steps/checkpatchrelevance.py:
(CheckPatchRelevance.run): Change log level to 'debug' to reduce stdout traffic.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (213657 => 213658)


--- trunk/Tools/ChangeLog	2017-03-09 21:05:41 UTC (rev 213657)
+++ trunk/Tools/ChangeLog	2017-03-09 21:13:41 UTC (rev 213658)
@@ -1,3 +1,13 @@
+2017-03-09  Srinivasan Vijayaraghavan  <[email protected]>
+
+        JSC EWS repeat the log message thrice about patch not being relevant
+        https://bugs.webkit.org/show_bug.cgi?id=169330
+
+        Reviewed by Chris Dumez.
+
+        * Scripts/webkitpy/tool/steps/checkpatchrelevance.py:
+        (CheckPatchRelevance.run): Change log level to 'debug' to reduce stdout traffic.
+
 2017-03-08  Matt Rajca  <[email protected]>
 
         Let clients control autoplay quirks with website policies.

Modified: trunk/Tools/Scripts/webkitpy/tool/steps/checkpatchrelevance.py (213657 => 213658)


--- trunk/Tools/Scripts/webkitpy/tool/steps/checkpatchrelevance.py	2017-03-09 21:05:41 UTC (rev 213657)
+++ trunk/Tools/Scripts/webkitpy/tool/steps/checkpatchrelevance.py	2017-03-09 21:13:41 UTC (rev 213658)
@@ -77,5 +77,5 @@
         if self._changes_are_relevant(change_list):
             return True
 
-        _log.info("This patch does not have relevant changes.")
+        _log.debug("This patch does not have relevant changes.")
         raise ScriptError(message="This patch does not have relevant changes.")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to