forked from lix-project/lix
Fix closure size display
This commit is contained in:
parent
e196eecbe6
commit
b8f24f2535
|
@ -91,7 +91,7 @@ sub copyTo {
|
||||||
$missingSize += (queryPathInfo($_, 1))[3] foreach @missing;
|
$missingSize += (queryPathInfo($_, 1))[3] foreach @missing;
|
||||||
|
|
||||||
printf STDERR "copying %d missing paths (%.2f MiB) to ‘$sshHost’...\n",
|
printf STDERR "copying %d missing paths (%.2f MiB) to ‘$sshHost’...\n",
|
||||||
scalar(@missing), $missingSize / (1024.0^2);
|
scalar(@missing), $missingSize / (1024**2);
|
||||||
return if $dryRun;
|
return if $dryRun;
|
||||||
|
|
||||||
# Send the "import paths" command.
|
# Send the "import paths" command.
|
||||||
|
|
Loading…
Reference in a new issue