mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-21 16:34:01 +01:00
First attempt to replace logger methods with lazy evaluating version
Forgot to format the message
This commit is contained in:
@@ -62,7 +62,7 @@ def initialize(options={}):
|
||||
else:
|
||||
protocol = "http"
|
||||
|
||||
logger.info(u"Starting Headphones on " + protocol + "://" + str(options['http_host']) + ":" + str(options['http_port']) + "/")
|
||||
logger.info("Starting Headphones on %s://%s:%d/", protocol, options['http_host'], options['http_port'])
|
||||
cherrypy.config.update(options_dict)
|
||||
|
||||
conf = {
|
||||
|
||||
Reference in New Issue
Block a user