← Back to team overview

openlp-core team mailing list archive

[Bug 1170231] Re: Debug messages in bibles/lib/db are wrong

 

There are only 10 more lines to fix as well!

** Branch linked: lp:~trb143/openlp/cccl

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1170231

Title:
  Debug messages in bibles/lib/db are wrong

Status in OpenLP - Worship Presentation Software:
  In Progress
Status in OpenLP 2.0 series:
  New
Status in OpenLP trunk series:
  In Progress

Bug description:
  Hello,

  The debug messages in plugins/bibles/lib/db.py are broken:

      log.debug(u'BibleDB.create_book("%s", "%s")', name, bk_ref_id)

  Should be:
      log.debug(u'BibleDB.create_book("%s", "%s")' % (name, bk_ref_id))

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1170231/+subscriptions


References