chiark / gitweb /
Fix an unconditional print that was supposed to be a printdebug:
[dgit.git] / dgit
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",