From d843372af79d316c84a13de38e439fc1d020490e Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Wed, 4 May 2005 04:34:59 +0000 Subject: [PATCH] Clearer wording of feedback message to user svn path=/trunk/boinc/; revision=6010 --- sched/sched_send.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/sched_send.C b/sched/sched_send.C index f46dae3b0f..fc3a1ffdf4 100644 --- a/sched/sched_send.C +++ b/sched/sched_send.C @@ -949,7 +949,7 @@ int send_work( } if (reply.wreq.excessive_work_buf) { USER_MESSAGE um( - "(Your network connection interval is too high)", + "(Your network connection interval is longer than WU deadline)", "high" ); reply.insert_message(um);