mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
typo
This commit is contained in:
parent
cb0be6d454
commit
6bc97b926f
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user