Changeset 376a23e
- Timestamp:
- 02/11/2011 09:58:18 PM (14 years ago)
- Branches:
- 2.0.x, develop, extjs4-port, master
- Children:
- 553f35
- Parents:
- ea22bb
- git-author:
- Calum Lind <calumlind+deluge@gmail.com> (02/09/2011 06:40:19 PM)
- git-committer:
- Calum Lind <calumlind+deluge@gmail.com> (02/11/2011 09:58:18 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
deluge/core/core.py
rea22bb r376a23e 755 755 return bool(int(result)) 756 756 757 def logError(failure): 758 log.warning("Error testing listen port: %s", failure) 759 757 760 d.addCallback(on_get_page) 761 d.addErrback(logError) 758 762 759 763 return d
Note:
See TracChangeset
for help on using the changeset viewer.