say how big the file was
This commit is contained in:
parent
d1dd16b81c
commit
31963dcd16
|
@ -574,7 +574,7 @@ sub MoveTo {
|
||||||
last;
|
last;
|
||||||
}
|
}
|
||||||
my $duration = time - $starttime;
|
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.
|
} # end foreach file.
|
||||||
|
|
||||||
if ( $error ) {
|
if ( $error ) {
|
||||||
|
|
Loading…
Reference in New Issue