*** empty log message ***

svn path=/trunk/boinc/; revision=1130
This commit is contained in:
Eric Heien 2003-04-02 23:06:38 +00:00
parent 47342fba55
commit 78fdd9c4a5
1 changed files with 1 additions and 1 deletions

View File

@ -135,6 +135,7 @@ void make_work() {
exit(1);
}
if (n > cushion) {
check_stop_trigger();
sleep(1);
continue;
}
@ -190,7 +191,6 @@ void make_work() {
sprintf(buf, "added result: %s_%s\n", wu.name, suffix);
write_log(buf);
nresults_left--;
check_stop_trigger();
}
}