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
This commit is contained in:
Bruce Allen 2005-08-05 12:55:19 +00:00
parent 16a3169022
commit 40321131e9
1 changed files with 1 additions and 1 deletions

View File

@ -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);