Project

General

Profile

« Previous | Next » 

Revision 1573

bin/map: In verbose mode, print which input rows will be processed

View differences:

bin/map
96 96
        log_start('Connecting to '+sql.db_config_str(db_config))
97 97
        return sql.connect(db_config)
98 98
    
99
    if end != None: end_str = str(end-1)
100
    else: end_str = 'end'
101
    log_start('Processing input rows '+str(start)+'-'+end_str)
102
    
99 103
    ex_tracker = exc.ExPercentTracker(iter_text='row')
100 104
    profiler = profiling.ItersProfiler(start_now=True, iter_text='row')
101 105
    

Also available in: Unified diff