*** empty log message ***

svn path=/trunk/boinc/; revision=3494
This commit is contained in:
Rom Walton 2004-06-02 00:03:16 +00:00
parent d877d39b20
commit 1672578a3e
1 changed files with 2 additions and 2 deletions

View File

@ -657,7 +657,7 @@ void process_request(
current_rpc_dayofyear = rpc_time_tm->tm_yday; current_rpc_dayofyear = rpc_time_tm->tm_yday;
if (last_rpc_dayofyear != current_rpc_dayofyear) { if (last_rpc_dayofyear != current_rpc_dayofyear) {
log_messages.printf(SCHED_MSG_LOG::DEBUG, "[HOST#%d] Resetting nresults_today\n", reply.host.id); log_messages.printf(SCHED_MSG_LOG::DEBUG, " [HOST#%d] Resetting nresults_today\n", reply.host.id);
reply.host.nresults_today = 0; reply.host.nresults_today = 0;
} }
retval = modify_host_struct(sreq, reply.host); retval = modify_host_struct(sreq, reply.host);
@ -669,7 +669,7 @@ void process_request(
sprintf(reply.message, "platform '%s' not found", sreq.platform_name); sprintf(reply.message, "platform '%s' not found", sreq.platform_name);
strcpy(reply.message_priority, "low"); strcpy(reply.message_priority, "low");
log_messages.printf( log_messages.printf(
SCHED_MSG_LOG::CRITICAL, "[HOST#%d] platform '%s' not found\n", SCHED_MSG_LOG::CRITICAL, " [HOST#%d] platform '%s' not found\n",
reply.host.id, sreq.platform_name reply.host.id, sreq.platform_name
); );
return; return;