*** empty log message ***

svn path=/trunk/boinc/; revision=4021
This commit is contained in:
Brian Boshes 2004-08-06 23:29:31 +00:00
parent 30d3ce0ec0
commit 22909ca4e2
1 changed files with 1 additions and 0 deletions

View File

@ -653,6 +653,7 @@ int CLIENT_STATE::handle_scheduler_reply(
for (i=0; i<sr.file_deletes.size(); i++) {
fip = lookup_file_info(project, sr.file_deletes[i].text);
if(fip) {
msg_printf(project, MSG_INFO, "Deleting file: %s\n", fip->name);
fip->sticky = false;
}
}