X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/778427f99b8ef872b62311cabd40a3c0e24bebde..cf0a97e6fca3155000772d961bba89c215e1b457:/src/app/minwii.py?ds=sidebyside diff --git a/src/app/minwii.py b/src/app/minwii.py index 31bee79..a0a9161 100755 --- a/src/app/minwii.py +++ b/src/app/minwii.py @@ -18,12 +18,13 @@ from eventutils import EventDispatcher from musicxml import musicXml2Song from config import SONG_FILE_PATH from globals import PLAYING_MODES_DICT -from log import console +from log import console, LOG_FORMAT_VERSION class MinWii(object): def __init__(self, wiimoteSupport=True) : + console.info('winwii log format version : %s', LOG_FORMAT_VERSION) self.wiimoteSupport = wiimoteSupport LaunchScreen() self.app = Desktop()