mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 04:24:51 +00:00
Extra debug info.
This commit is contained in:
parent
a8c796ba59
commit
190d6d94ea
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue