API: message tweak

This commit is contained in:
David Anderson 2014-04-16 21:59:41 -07:00
parent 2228f57442
commit 0543cb0c1e
1 changed files with 2 additions and 2 deletions

View File

@ -686,8 +686,8 @@ int boinc_finish(int status) {
char buf[256];
fraction_done = 1;
fprintf(stderr,
"%s called boinc_finish\n",
boinc_msg_prefix(buf, sizeof(buf))
"%s called boinc_finish(%d)\n",
boinc_msg_prefix(buf, sizeof(buf)), status
);
finishing = true;
boinc_sleep(2.0); // let the timer thread send final messages