[Reproducible-commits] [diffoscope] 02/03: Fix typo in debug message
Jérémy Bobbio
lunar at moszumanska.debian.org
Wed Dec 2 13:17:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository diffoscope.
commit 127296be6ba888a71a3535ffbb03e6398fad80e6
Author: Jérémy Bobbio <lunar at debian.org>
Date: Wed Dec 2 15:13:01 2015 +0200
Fix typo in debug message
Thanks Clemens Lang!
---
diffoscope/comparators/squashfs.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diffoscope/comparators/squashfs.py b/diffoscope/comparators/squashfs.py
index a489742..1a3ab59 100644
--- a/diffoscope/comparators/squashfs.py
+++ b/diffoscope/comparators/squashfs.py
@@ -179,7 +179,7 @@ class SquashfsContainer(Archive):
if '..' in member_name.split('/'):
raise ValueError('relative path in squashfs')
cmd = ['unsquashfs', '-n', '-f', '-d', dest_dir, self.source.path, member_name]
- logger.debug("unquashfs %s into %s", member_name, dest_dir)
+ logger.debug("unsquashfs %s into %s", member_name, dest_dir)
subprocess.check_call(cmd, shell=False, stdout=subprocess.PIPE)
return '%s%s' % (dest_dir, member_name)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the Reproducible-commits
mailing list