openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #20570
[Bug 1170231] Re: Debug messages in bibles/lib/db are wrong
** Changed in: openlp/trunk
Status: In Progress => New
** Changed in: openlp/trunk
Assignee: Tim Bentley (trb143) => (unassigned)
** Branch unlinked: 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:
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
References