From 30ec49bba664a430d3ad38957fe6bbc60bbf3b51 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 17 Jul 2007 21:12:59 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=13173 --- sched/main.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/main.C b/sched/main.C index 2e19cfe277..9e630cc13f 100644 --- a/sched/main.C +++ b/sched/main.C @@ -144,7 +144,7 @@ void debug_sched( // call this only if we're not going to call handle_request() // static void send_message(const char* msg, int delay) { - printf( + fprintf(stdout, "Content-type: text/plain\n\n" "\n" " %s\n"