chiark / gitweb /
Fix an unconditional print that was supposed to be a printdebug:
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 7 Nov 2016 20:58:12 +0000 (20:58 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 7 Nov 2016 20:58:13 +0000 (20:58 +0000)
origs <blah>.orig.tar.gz f.same=1 #f._differ=-1

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
dgit

index 32064c1eeb5b4e4a8a01c51b3138818cca8f03ec..691b783dbf825a1f31741ad4ee577b6a080c7348 100644 (file)
@@ -10,6 +10,8 @@ dgit (2.10~) unstable; urgency=medium
     the suite, as documented in the manpage.
   * New comma-separated multiple-suite merging facility (readonly),
     so that users can easily track "jessie, or jessie-security".
+  * Fix an unconditional print that was supposed to be a printdebug:
+      origs <blah>.orig.tar.gz f.same=1 #f._differ=-1
 
  --
 
diff --git a/dgit b/dgit
index b7e7f7eb6e49ff2585ce465753dea3ae0e8c12f6..6a7430707ec0b3b1aa5ee9050d746ce5976d3ccc 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -1891,7 +1891,8 @@ END
            push @found_differ, "archive $h->{filename}: ".join "; ", @differ
                if @differ;
        }
-       print "origs $file f.same=$found_same #f._differ=$#found_differ\n";
+       printdebug "origs $file f.same=$found_same".
+           " #f._differ=$#found_differ\n";
        if (@found_differ && !$found_same) {
            fail join "\n",
                "archive contains $file with different checksum",