uwsgi_rawlog()

This commit is contained in:
roberto@mrspurr
2011-01-07 23:17:34 +01:00
parent 8b21fb72b2
commit 500e4e41fe
4 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -272,13 +272,13 @@ int init_uwsgi_app(int loader, void *arg1, struct wsgi_request *wsgi_req, PyThre
}
if (!wsgi_req->script_name_len) {
uwsgi_log(" (default app)");
uwsgi_rawlog(" (default app)");
uwsgi.default_app = id;
}
uwsgi.apps_cnt++;
uwsgi_log("\n");
uwsgi_rawlog("\n");
if (multiapp > 1) {
for(i=1;i<multiapp;i++) {