fixed req threaded logger

This commit is contained in:
Roberto De Ioris
2015-08-27 05:46:00 +02:00
parent a3caf36515
commit d56f16c56f
+1
View File
@@ -1511,6 +1511,7 @@ static void *logger_thread_loop(void *noarg) {
if (uwsgi.req_log_master) {
logpoll[1].events = POLLIN;
logpoll[1].fd = uwsgi.shared->worker_req_log_pipe[0];
logpolls++;
}