Project

General

Profile

« Previous | Next » 

Revision 2880

bin/map: Log the row # being processed with level=1.1 so that the user can see a status report if desired

View differences:

bin/map
224 224
                    break # no more rows
225 225
                if i < start: continue # not at start row yet
226 226
                
227
                log('Processing input row #'+str(i), level=1.1)
227 228
                process_row(row, i)
228 229
                row_ready(i, row)
229 230
            row_ct = i-start+1

Also available in: Unified diff