Project

General

Profile

« Previous | Next » 

Revision 2544

sql.py: put_table(): Output "Adding index" debug message with level=2.5 so it's not part of the Redmine steps

View differences:

lib/sql.py
969 969
        limit_ref[0] = 0 # just create an empty pkeys table
970 970
    def ignore(in_col, value):
971 971
        in_col_str = repr(in_col)
972
        log_debug('Adding index on '+in_col_str+' to enable fast filtering')
972
        db.log_debug('Adding index on '+in_col_str+' to enable fast filtering',
973
            level=2.5)
973 974
        add_index(db, in_col)
974 975
        log_debug('Ignoring rows with '+in_col_str+' = '+repr(value))
975 976
    def remove_rows(in_col, value):

Also available in: Unified diff