mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3494
This commit is contained in:
parent
d877d39b20
commit
1672578a3e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue