Changeset 2003
- Timestamp:
- 12/18/07 00:16:57 (5 months ago)
- Files:
-
- Swishetest/trunk/make_collection (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Swishetest/trunk/make_collection
r1969 r2003 78 78 if ($progress && time() - $lastprogresstime >= 10) { 79 79 my $percent = sprintf("%1.1f", $i / $num_files * 100); 80 print STDERR "$prog: " . scalar(localtime(time())) . " on file $i of $num_files ($percent%)\n";80 print STDERR "$prog: $filetype: " . scalar(localtime(time())) . " on file $i of $num_files ($percent%)\n"; 81 81 $lastprogresstime = time(); 82 82 }
