From 4d2f4040cc12d5c397ac9b4c722916b30cbe0f27 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 6 Jul 2004 18:34:16 +0000 Subject: [PATCH] Performance Improvements svn path=/trunk/boinc/; revision=3793 --- 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 775227c393..05a52e5c13 100644 --- a/sched/handle_request.C +++ b/sched/handle_request.C @@ -482,9 +482,9 @@ int handle_results( if (retval) { log_messages.printf( SCHED_MSG_LOG::CRITICAL, - "[HOST#%d] [RESULT#%d %s] can't update [WU#%d %s]\n", + "[HOST#%d] [RESULT#%d %s] can't update [WU#%d]\n", reply.host.id, result_handler.results[i].id, result_handler.results[i].name, - result_handler.results[i].workunitid, wu.name + result_handler.results[i].workunitid ); } }