mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=13173
This commit is contained in:
parent
2d74b133a1
commit
30ec49bba6
|
@ -144,7 +144,7 @@ void debug_sched(
|
||||||
// call this only if we're not going to call handle_request()
|
// call this only if we're not going to call handle_request()
|
||||||
//
|
//
|
||||||
static void send_message(const char* msg, int delay) {
|
static void send_message(const char* msg, int delay) {
|
||||||
printf(
|
fprintf(stdout,
|
||||||
"Content-type: text/plain\n\n"
|
"Content-type: text/plain\n\n"
|
||||||
"<scheduler_reply>\n"
|
"<scheduler_reply>\n"
|
||||||
" <message priority=\"low\">%s</message>\n"
|
" <message priority=\"low\">%s</message>\n"
|
||||||
|
|
Loading…
Reference in New Issue