Revision 2459
Added by Aaron Marcuse-Kubitza over 12 years ago
db_xml.py | ||
---|---|---|
218 | 218 |
row[out_col] = sql_gen.NamedCol(out_col, value) |
219 | 219 |
|
220 | 220 |
# Insert node |
221 |
db.log_debug('Putting columns: '+str(row)) |
|
221 |
db.log_debug('Putting columns: '+str(row), level=1.5)
|
|
222 | 222 |
pkeys_loc = sql.put_table(db, out_table, in_tables, row, row_ins_ct_ref) |
223 | 223 |
if commit: db.db.commit() |
224 | 224 |
|
Also available in: Unified diff
db_xml.py: put_table(): Output debug messages with a level of 1.5 to match sql.put_table()'s level for summary messages