Fix missing %s

This commit is contained in:
Tim Bentley 2010-04-30 15:49:27 +01:00
parent c42054ec87
commit 932560e81d
1 changed files with 1 additions and 1 deletions

View File

@ -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())