Changeset 2003

Show
Ignore:
Timestamp:
12/18/07 00:16:57 (5 months ago)
Author:
joshr
Message:

show the filetype we're generating in info lines.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Swishetest/trunk/make_collection

    r1969 r2003  
    7878        if ($progress && time() - $lastprogresstime >= 10) { 
    7979            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"; 
    8181            $lastprogresstime = time(); 
    8282        }