[diffoscope] 01/05: comparators.utils: Improve "Unpacking.." log message to include the source.

Chris Lamb chris at chris-lamb.co.uk
Tue Feb 7 23:50:38 CET 2017


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

lamby pushed a commit to branch master
in repository diffoscope.

commit e4445269b5e69910f8c52bcc49ac3e753cca632e
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Feb 8 11:39:12 2017 +1300

    comparators.utils: Improve "Unpacking.." log message to include the source.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 diffoscope/comparators/utils/archive.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/comparators/utils/archive.py b/diffoscope/comparators/utils/archive.py
index c80b42a..33346dd 100644
--- a/diffoscope/comparators/utils/archive.py
+++ b/diffoscope/comparators/utils/archive.py
@@ -81,7 +81,7 @@ class ArchiveMember(File):
     @property
     def path(self):
         if self._path is None:
-            logger.debug("Unpacking %s", self._name)
+            logger.debug("Unpacking %s from %s", self._name, self.container.source.name)
             assert self._temp_dir is None
             self._temp_dir = get_temporary_directory()
             with profile('container_extract', self.container):

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


More information about the diffoscope mailing list