openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #20499
[Bug 1170231] [NEW] Debug messages in bibles/lib/db are wrong
Public bug reported:
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))
** Affects: openlp
Importance: Low
Status: New
** Affects: openlp/2.0
Importance: Low
Status: New
** Affects: openlp/trunk
Importance: Low
Status: New
** Also affects: openlp/2.0
Importance: Undecided
Status: New
** Also affects: openlp/trunk
Importance: Undecided
Status: New
** Changed in: openlp/2.0
Importance: Undecided => Low
** Changed in: openlp/trunk
Importance: Undecided => Low
--
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:
New
Status in OpenLP 2.0 series:
New
Status in OpenLP trunk series:
New
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
Follow ups
References