impression de la version du fichier de log.
[minwii.git] / src / app / minwii.py
index 31bee79..a0a9161 100755 (executable)
@@ -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()