X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/899a6365838f7a7c1427676277ef72c934c1d1bb..da27397af045e89d82771d70851ec7cc9d158f70:/src/app/minwii.py diff --git a/src/app/minwii.py b/src/app/minwii.py index 2475d66..55ea722 100755 --- a/src/app/minwii.py +++ b/src/app/minwii.py @@ -40,7 +40,7 @@ class MinWii(object): from pywiiuse import pygame_wiimouse pygame_wiimouse.init(4, 5, self.screenResolution) # look for 4, wait 5 seconds self.nwiimotes = nwiimotes = pygame_wiimouse.get_count() - console.debug('%d wiimotes found', nwiimotes) + console.debug('wiimotes found : %d', nwiimotes) self.WT = WT = pygame_wiimouse.WT WT.pause() else : @@ -87,7 +87,7 @@ class MinWii(object): #logging if home.exitApp : - console.info("sortie de l'application") + console.debug("sortie de l'application") else : actual_wiimotes = self.WT.get_count() if self.firstSong :