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"); }