From 1367ee1e4006a38ed419d1b0c5959eb339f05d37 Mon Sep 17 00:00:00 2001 From: "roberto@quantal64" Date: Sun, 17 Jun 2012 19:08:17 +0200 Subject: [PATCH] reporting correct python threads status --- plugins/python/python_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python/python_plugin.c b/plugins/python/python_plugin.c index a98bacd0..a1f2d9ca 100644 --- a/plugins/python/python_plugin.c +++ b/plugins/python/python_plugin.c @@ -1233,7 +1233,7 @@ void uwsgi_python_enable_threads() { up.reset_ts = threaded_reset_ts; } - uwsgi_log("threads support enabled\n"); + uwsgi_log("python threads support enabled\n"); }