Added loging on restart function.

This commit is contained in:
gugahoi
2011-07-01 15:32:26 +10:00
parent 8fc9169247
commit c39e105f23

View File

@@ -436,6 +436,7 @@ class Headphones:
shutdown.exposed = True
def restart(self):
logger.log(u"Restarting Headphones.")
restart = True
#answer = raw_input("Do you want to restart this program ? ")
#if answer.strip() in "y Y yes Yes YES".split():