Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py |
index 060a95a6449efca92cc374963e6c0e81f75cb5db..2556a631975ed001dc88390cf9c8d72b5941be24 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py |
@@ -696,8 +696,7 @@ class StyleProcessor(ProcessorBase): |
if self._dispatcher.should_skip_without_warning(file_path): |
return False |
if self._dispatcher.should_skip_with_warning(file_path): |
- _log.warn('File exempt from style guide. Skipping: "%s"' |
- % file_path) |
+ _log.warning('File exempt from style guide. Skipping: "%s"', file_path) |
return False |
return True |