Index: third_party/WebKit/Tools/Scripts/webkitpy/style/patchreader.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/patchreader.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/patchreader.py |
index 8495cd054560a04e794f098953f463e240b3a3a0..cf81cd9e0806e17ca602df298c0fba4116ea3a42 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/patchreader.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/patchreader.py |
@@ -62,7 +62,7 @@ class PatchReader(object): |
for path, diff_file in patch_files.iteritems(): |
line_numbers = diff_file.added_or_modified_line_numbers() |
- _log.debug('Found %s new or modified lines in: %s' % (len(line_numbers), path)) |
+ _log.debug('Found %s new or modified lines in: %s', len(line_numbers), path) |
if not line_numbers: |
match = re.search("\s*png$", path) |