*** empty log message ***

svn path=/trunk/boinc/; revision=5157
This commit is contained in:
David Anderson 2005-01-20 19:03:03 +00:00
parent b7a7cd825f
commit c5d4a375b8
1 changed files with 2 additions and 2 deletions

View File

@ -91,15 +91,15 @@ int open_database() {
int main() {
FILE* fin, *fout;
int i, retval;
char req_path[256], reply_path[256], path[256], buf[256];
char req_path[256], reply_path[256], path[256];
SCHED_SHMEM* ssp=0;
void* p;
unsigned int counter=0;
char* code_sign_key;
bool project_stopped = false;
char *stderr_buffer;
#ifndef _USING_FCGI_
char *stderr_buffer, buf[256];
get_log_path(path, "cgi.log");
if (!freopen(path, "a", stderr)) {
fprintf(stderr, "Can't redirect stderr\n");