Ticket #1201 (closed bug: duplicate)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by Cas

  • priority changed from minor to trivial
  • type changed from defect to bug
  • version changed from 1.2.1 to 1.2.3
  • component changed from other to core

Changed 3 years ago by johnnyg

  • status changed from new to closed
  • resolution set to duplicate

duplicate of #496

Note: See TracTickets for help on using tickets.