forked from openlp/openlp
Fix missing %s
This commit is contained in:
parent
c42054ec87
commit
932560e81d
@ -215,7 +215,7 @@ class MessageListener(object):
|
||||
Save the handler as any new presentations start here
|
||||
"""
|
||||
isLive, item = self.decode_message(message)
|
||||
log.debug(u'Startup called with message ' % message)
|
||||
log.debug(u'Startup called with message %s' % message)
|
||||
isBlank = message[2]
|
||||
file = os.path.join(item.get_frame_path(),
|
||||
item.get_frame_title())
|
||||
|
Loading…
Reference in New Issue
Block a user