say how big the file was

This commit is contained in:
Isaac Connor 2018-03-28 13:41:16 -07:00
parent d1dd16b81c
commit 31963dcd16
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {