[diffoscope] 03/05: comparators.utils.archive: Tidy unpacking log message.

Chris Lamb chris at chris-lamb.co.uk
Tue Jan 10 14:00:59 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 8940a898a388f8f79a4c0e3f3825c51c9b5c017a
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Jan 10 12:45:33 2017 +0000

    comparators.utils.archive: Tidy unpacking log message.
    
    Gbp-Dch: ignore
    
    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 1d71b94..c80b42a 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", self._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