about summary refs log tree commit diff
path: root/scripts/generate-patches.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/generate-patches.pl')
-rwxr-xr-xscripts/generate-patches.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/generate-patches.pl b/scripts/generate-patches.pl
index fdbc65ad66d9..4b91884d0af7 100755
--- a/scripts/generate-patches.pl
+++ b/scripts/generate-patches.pl
@@ -219,6 +219,8 @@ foreach my $p (keys %dstOutPaths) {
             print "    not copying, already exists\n";
             next;
         }
+
+        print "    size $narDiffSize; full size $dstNarBz2Size\n";
         
         system("cp '$tmpdir/DIFF' '$patchesDir/$finalName.tmp'") == 0
             or die "cannot copy diff";