fixed mule process name

This commit is contained in:
roberto@gambit
2011-10-20 10:20:44 +02:00
parent 733784d7dd
commit ed254bffee
+1 -1
View File
@@ -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);
}
}