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"