better usage of uwsgi_log_initial

This commit is contained in:
Roberto De Ioris
2012-10-09 06:51:14 +02:00
parent e368b2da5e
commit a3e9a288d3
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ pep405:
Py_Initialize();
if (!uwsgi.has_threads) {
uwsgi_log("*** Python threads support is disabled. You can enable it with --enable-threads ***\n");
uwsgi_log_initial("*** Python threads support is disabled. You can enable it with --enable-threads ***\n");
}
up.wsgi_spitout = PyCFunction_New(uwsgi_spit_method, NULL);