Changeset 376a23e


Ignore:
Timestamp:
02/11/2011 09:58:18 PM (14 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
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)
Message:

Fix #1513: Unhandled Twisted Error in test_listen_port

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deluge/core/core.py

    rea22bb r376a23e  
    755755            return bool(int(result))
    756756
     757        def logError(failure):
     758            log.warning("Error testing listen port: %s", failure)
     759
    757760        d.addCallback(on_get_page)
     761        d.addErrback(logError)
    758762
    759763        return d
Note: See TracChangeset for help on using the changeset viewer.