diff --git a/core/uwsgi.c b/core/uwsgi.c index 7c79a3b7..91fe9c4a 100644 --- a/core/uwsgi.c +++ b/core/uwsgi.c @@ -2698,6 +2698,7 @@ next2: break; } } + uwsgi_log("spawned %d offload threads for uWSGI worker %d\n", uwsgi.offload_threads, uwsgi.mywid); } // must be run before running apps