From 7db45868e04930161a6f4781aa8b487c68531c82 Mon Sep 17 00:00:00 2001 From: Alexis Le-Quoc Date: Mon, 4 Aug 2014 15:36:14 -0400 Subject: [PATCH] Typo --- gunicorn/arbiter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/arbiter.py b/gunicorn/arbiter.py index 882d63f0..df2616f3 100644 --- a/gunicorn/arbiter.py +++ b/gunicorn/arbiter.py @@ -482,7 +482,7 @@ class Arbiter(object): (pid, _) = workers.pop(0) self.kill_worker(pid, signal.SIGTERM) - self.log.debug("{0} workers".format(len(workers), + self.log.debug("{0} workers".format(len(workers)), extra={ "metric": "gunicorn.workers", "value": len(workers), "mtype": "gauge"})