** Changed in: openlp/2.0
       Status: New => Won't Fix

-- 
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:
  Fix Committed
Status in OpenLP 2.0 series:
  Won't Fix
Status in OpenLP trunk series:
  Fix Committed

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

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to