From 8edc43b8d9dc6ca0b8a51888f2130cc42d899c24 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 2 Jun 2004 00:06:31 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3495 --- sched/handle_request.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sched/handle_request.C b/sched/handle_request.C index 6e3909eb1a..f656965416 100644 --- a/sched/handle_request.C +++ b/sched/handle_request.C @@ -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;