Ticket #1201 (closed bug: duplicate)
Deprecation warning, use get_session_status()
| Reported by: | marcosgdf | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.4.0 |
| Component: | core | Version: | 1.2.3 |
| Keywords: | Cc: |
Description
I'm using Deluge 1.2.2.3-karmic-ppa1 and Ubuntu 9.10.
Some warnings were displayed by deluged -d
mediacenter@mediacenter-pc:~$ deluged -d
/usr/lib/pymodules/python2.6/deluge/core/core.py:496: DeprecationWarning: Use get_session_status().
warnings.warn("Use get_session_status().", DeprecationWarning)
/usr/lib/pymodules/python2.6/deluge/core/core.py:611: DeprecationWarning: Use get_session_status().
warnings.warn("Use get_session_status().", DeprecationWarning)
^Cmediacenter@mediacenter-pc:~$ deluged
mediacenter@mediacenter-pc:~$ /usr/lib/pymodules/python2.6/deluge/core/core.py:496: DeprecationWarning: Use get_session_status().
warnings.warn("Use get_session_status().", DeprecationWarning)
/usr/lib/pymodules/python2.6/deluge/core/core.py:611: DeprecationWarning: Use get_session_status().
warnings.warn("Use get_session_status().", DeprecationWarning)
Change History
Note: See
TracTickets for help on using
tickets.
