*** empty log message ***

svn path=/trunk/boinc_samples/; revision=11583
This commit is contained in:
David Anderson 2006-11-25 00:28:45 +00:00
parent 92c596e6ee
commit bf201745ed
1 changed files with 3 additions and 0 deletions

View File

@ -362,6 +362,9 @@ int main(int argc, char** argv) {
while(1) {
int status;
if (task.poll(status)) {
if (status) {
fprintf(stderr, "app error: 0x%x\n", status);
}
boinc_finish(status);
}
poll_boinc_messages(task);