*** empty log message ***

svn path=/trunk/boinc/; revision=3495
This commit is contained in:
Rom Walton 2004-06-02 00:06:31 +00:00
parent 1672578a3e
commit 8edc43b8d9
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;
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;
}
retval = modify_host_struct(sreq, reply.host);
@ -669,7 +669,7 @@ void process_request(
sprintf(reply.message, "platform '%s' not found", sreq.platform_name);
strcpy(reply.message_priority, "low");
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
);
return;