impression de la version du fichier de log.
[minwii.git] / src / app / synth.py
index f94358d..1910643 100755 (executable)
@@ -39,7 +39,7 @@ class Synth(FSynth) :
         console.info('soundfont : %s', sfPath)
     
     def __del__(self) :
-        console.info('arrêt du synthétiseur.')
+        console.info('arrêt du synthétiseur')
         self.delete()
     
     def adjust_octave(self, chan, octave) :