diff options
Diffstat (limited to 'scripts/generate-patches.pl')
-rwxr-xr-x | scripts/generate-patches.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/generate-patches.pl b/scripts/generate-patches.pl index fdbc65ad6..4b91884d0 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"; |