Unicode dammit

This commit is contained in:
Stein Magnus Jodal 2009-12-24 14:28:57 +01:00
parent 88a9a30162
commit f42c253d14

View File

@ -26,7 +26,7 @@ class MpdServer(asyncore.dispatcher):
self.close()
def do_kill(self):
logger.info('Received "kill". Shutting down.')
logger.info(u'Received "kill". Shutting down.')
self.handle_close()
sys.exit(0)