From 40321131e994190f13524b037eb8ce6500eb289c Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Fri, 5 Aug 2005 12:55:19 +0000 Subject: [PATCH] Improved wording of message to users about a file scheduled for deletion by BOINC. Some users thought that perhaps action was needed on their part. svn path=/trunk/boinc/; revision=7191 --- sched/sched_locality.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/sched_locality.C b/sched/sched_locality.C index c2228cf58e..be90d9f8ab 100644 --- a/sched/sched_locality.C +++ b/sched/sched_locality.C @@ -92,7 +92,7 @@ int delete_file_from_host(SCHEDULER_REQUEST& sreq, SCHEDULER_REPLY& sreply) { // This might in general be too soon, since host needs to complete any work // that depends upon this file, before it will be removed by core client. // - sprintf(buf, "Removing file %s to free up disk space", fi.name); + sprintf(buf, "BOINC will delete file %s when no longer needed", fi.name); USER_MESSAGE um(buf, "low"); sreply.insert_message(um); sreply.set_delay(4*3600);