[diffoscope] 01/03: Tidy "comparing" debugging message in compare_files

Chris Lamb chris at chris-lamb.co.uk
Thu Dec 22 21:55:50 CET 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository diffoscope.

commit 3e5adbe278b0134e1a11e8606dc6ac559d6911b4
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Dec 22 18:12:02 2016 +0000

    Tidy "comparing" debugging message in compare_files
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 diffoscope/comparators/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/comparators/__init__.py b/diffoscope/comparators/__init__.py
index 7af68b3..261ee1e 100644
--- a/diffoscope/comparators/__init__.py
+++ b/diffoscope/comparators/__init__.py
@@ -132,7 +132,7 @@ def compare_root_paths(path1, path2):
     return compare_files(file1, file2)
 
 def compare_files(file1, file2, source=None):
-    logger.debug('compare files %s and %s', file1, file2)
+    logger.debug("Comparing files %s and %s", file1, file2)
     if file1.has_same_content_as(file2):
         logger.debug('same content, skipping')
         return None

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list