fixed paste logging

This commit is contained in:
roberto@precise64
2012-02-26 08:57:43 +01:00
parent 5ea4e3bcc3
commit b48a955848
+1 -1
View File
@@ -665,7 +665,7 @@ PyObject *uwsgi_paste_loader(void *arg1) {
PyErr_Print();
exit(UWSGI_FAILED_APP_CODE);
}
PyTuple_SetItem(paste_logger_arg, 0, PyString_FromString(paste));
PyTuple_SetItem(paste_logger_arg, 0, PyString_FromString(paste+7));
if (python_call(paste_logger_fileConfig, paste_logger_arg, 0, NULL)) {
PyErr_Print();
}