Extra debug info.
This commit is contained in:
parent
a8c796ba59
commit
190d6d94ea
|
@ -233,9 +233,9 @@ class TorrentView(listview.ListView, component.Component):
|
|||
model.set_value(row,
|
||||
column_index,
|
||||
status[self.columns[column].status_field[0]])
|
||||
except (TypeError, KeyError):
|
||||
log.warning("Unable to update column %s",
|
||||
column)
|
||||
except (TypeError, KeyError), e:
|
||||
log.warning("Unable to update column %s: %s",
|
||||
column, e)
|
||||
else:
|
||||
# We have more than 1 liststore column to update
|
||||
for index in column_index:
|
||||
|
|
Loading…
Reference in New Issue