From cf3a6987d71928097f3e8a2de8f872d9de453e7d Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Tue, 29 Jul 2003 01:09:53 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1849 --- checkin_notes | 7 +++++-- sched/handle_request.C | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/checkin_notes b/checkin_notes index 7fed41434a..e5d748060e 100755 --- a/checkin_notes +++ b/checkin_notes @@ -5409,10 +5409,13 @@ Karl 2003/07/27 sched/timeout_check.C Karl 2003/07/28 - - fixed "work between X:00 and Y:00" bug + - fixed "work between X:00 and Y:00" prefs/xml bug - added idle_time_to_run and run_if_user_active checking - changed country "none" to "none or international" - - show "Suspended" in GUI if suspended. Preliminary work to cleanup files,transfers + - show "Suspended" in GUI if suspended. Preliminary work to cleanup + files,transfers + - fixed "platform '%s' not found" not found \n bug html_user/* client/* + sched/* diff --git a/sched/handle_request.C b/sched/handle_request.C index 3050d001a0..c7d457178a 100644 --- a/sched/handle_request.C +++ b/sched/handle_request.C @@ -784,7 +784,7 @@ void process_request( // platform = ss.lookup_platform(sreq.platform_name); if (!platform) { - sprintf(reply.message, "platform '%s' not found\n", sreq.platform_name); + sprintf(reply.message, "platform '%s' not found", sreq.platform_name); strcpy(reply.message_priority, "low"); log_messages.printf( SchedMessages::CRITICAL, "[HOST#%d] platform '%s' not found\n",