[diffoscope] 02/03: Clarify what "same content" means in compare_files debug message.
Chris Lamb
chris at chris-lamb.co.uk
Thu Dec 22 21:55:51 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 6fedebd28232632e8dd8b5711a2983370f29fe2c
Author: Chris Lamb <lamby at debian.org>
Date: Thu Dec 22 18:13:38 2016 +0000
Clarify what "same content" means in compare_files debug message.
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 261ee1e..93d839d 100644
--- a/diffoscope/comparators/__init__.py
+++ b/diffoscope/comparators/__init__.py
@@ -134,7 +134,7 @@ def compare_root_paths(path1, path2):
def compare_files(file1, file2, source=None):
logger.debug("Comparing files %s and %s", file1, file2)
if file1.has_same_content_as(file2):
- logger.debug('same content, skipping')
+ logger.debug("has_same_content_as returned True; skipping further comparisons")
return None
specialize(file1)
specialize(file2)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list