say how big the file was
This commit is contained in:
parent
d1dd16b81c
commit
31963dcd16
|
@ -574,7 +574,7 @@ sub MoveTo {
|
|||
last;
|
||||
}
|
||||
my $duration = time - $starttime;
|
||||
Debug("Copy took $duration seconds = " . Number::Bytes::Human::format_bytes($size/$duration) . "/sec");
|
||||
Debug("Copied " . Number::Bytes::Human::format_bytes($size) . " in $duration seconds = " . Number::Bytes::Human::format_bytes($size/$duration) . "/sec");
|
||||
} # end foreach file.
|
||||
|
||||
if ( $error ) {
|
||||
|
|
Loading…
Reference in New Issue