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); } }