diff --git a/gunicorn/config.py b/gunicorn/config.py index 0e4583e8..5a5ccc6b 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -23,7 +23,7 @@ class Config(object): group=None, after_fork= lambda server, worker: server.log.info( - "worker=%s spawned pid=%s}" % (worker.id, str(worker.pid))), + "worker=%s spawned pid=%s" % (worker.id, str(worker.pid))), before_fork= lambda server, worker: server.log.info( "worker=%s spawning" % worker.id)