Skip to content
Snippets Groups Projects
Commit 456f6c3b authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Correct tense in --debug log output.

parent 45d7567f
No related branches found
No related tags found
No related merge requests found
...@@ -230,7 +230,7 @@ class DebTarContainer(TarContainer): ...@@ -230,7 +230,7 @@ class DebTarContainer(TarContainer):
and my_md5sums.get(my_member.name, "my") and my_md5sums.get(my_member.name, "my")
== other_md5sums.get(other_member.name, "other") == other_md5sums.get(other_member.name, "other")
): ):
logger.debug("Skip %s: identical md5sum", my_member.name) logger.debug("Skipping %s: identical md5sum", my_member.name)
continue continue
yield my_member, other_member, comment yield my_member, other_member, comment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment