Unqualified strport description passed to 'service'

Bug #717195 reported by Jonathan Lange
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Low
Unassigned

Bug Description

The librarian is using an old strports syntax when passing port information to the Twisted service, it should use a newer syntax.

daemons/librarian.tac:66: DeprecationWarning: Unqualified strport description passed to 'service'. Use qualified endpoint descriptions; for example, 'tcp:58090'.
  strports.service(str(uploadPort), upload_factory).setServiceParent(
daemons/librarian.tac:74: DeprecationWarning: Unqualified strport description passed to 'service'. Use qualified endpoint descriptions; for example, 'tcp:58080'.
  strports.service(str(webPort), site).setServiceParent(librarianService)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.