openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #23978
[Bug 1170231] Re: Debug messages in bibles/lib/db are wrong
** 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
References