added --reload-mercy

This commit is contained in:
roberto@mrspurr
2011-03-01 10:04:36 +01:00
parent c698b82c30
commit f0187e8b0f
4 changed files with 42 additions and 5 deletions
-2
View File
@@ -308,8 +308,6 @@ int init_uwsgi_app(int loader, void *arg1, struct wsgi_request *wsgi_req, PyThre
PyThreadState_Swap(up.main_thread);
}
uwsgi_log("done\n");
if (wi->argc == 1) {
uwsgi_log( "Web3 application %d (SCRIPT_NAME=%.*s) ready on interpreter %p", id, wi->mountpoint_len, wi->mountpoint, wi->interpreter);
}