From 9ff37ce01950bfbd3a5d522ff268d8cf8d99d140 Mon Sep 17 00:00:00 2001 From: Roberto De Ioris Date: Fri, 9 Nov 2012 21:46:28 +0100 Subject: [PATCH] be more verbose about offload threads --- core/uwsgi.c | 1 + 1 file changed, 1 insertion(+) 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