Changeset 213658 in webkit


Ignore:
Timestamp:
Mar 9, 2017 1:13:41 PM (7 years ago)
Author:
commit-queue@webkit.org
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 <svijayaraghavan@apple.com> 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.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r213656 r213658  
     12017-03-09  Srinivasan Vijayaraghavan  <svijayaraghavan@apple.com>
     2
     3        JSC EWS repeat the log message thrice about patch not being relevant
     4        https://bugs.webkit.org/show_bug.cgi?id=169330
     5
     6        Reviewed by Chris Dumez.
     7
     8        * Scripts/webkitpy/tool/steps/checkpatchrelevance.py:
     9        (CheckPatchRelevance.run): Change log level to 'debug' to reduce stdout traffic.
     10
    1112017-03-08  Matt Rajca  <mrajca@apple.com>
    212
  • trunk/Tools/Scripts/webkitpy/tool/steps/checkpatchrelevance.py

    r213150 r213658  
    7878            return True
    7979
    80         _log.info("This patch does not have relevant changes.")
     80        _log.debug("This patch does not have relevant changes.")
    8181        raise ScriptError(message="This patch does not have relevant changes.")
Note: See TracChangeset for help on using the changeset viewer.