This commit is contained in:
Ewoud Kohl van Wijngaarden
2012-10-28 23:47:12 +01:00
parent 3e2bab2383
commit 6d261cd505

View File

@@ -116,7 +116,7 @@ def main():
# Force the http port if neccessary
if args.port:
http_port = args.port
logger.info('Starting Headphones on foced port: %i' % http_port)
logger.info('Starting Headphones on forced port: %i' % http_port)
else:
http_port = int(headphones.HTTP_PORT)