From ed254bffee78e4ebeba75433b0e7df1ee6169aa4 Mon Sep 17 00:00:00 2001 From: "roberto@gambit" Date: Thu, 20 Oct 2011 10:20:44 +0200 Subject: [PATCH] fixed mule process name --- uwsgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi.c b/uwsgi.c index 5afff20e..0b2c8ca9 100644 --- a/uwsgi.c +++ b/uwsgi.c @@ -2253,7 +2253,7 @@ skipzero: exit(1); } - snprintf(uwsgi.mules[i].name, 0xff, "uWSGI mule %d", i); + snprintf(uwsgi.mules[i].name, 0xff, "uWSGI mule %d", i+1); } }