#1201 closed bug (Duplicate)
Deprecation warning, use get_session_status()
| Reported by: | marcosgdf | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 2.x |
| 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 (3)
comment:1 by , 16 years ago
| Component: | other → core |
|---|---|
| Priority: | minor → trivial |
| Type: | defect → bug |
| Version: | 1.2.1 → 1.2.3 |
comment:2 by , 16 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



duplicate of #496