From 0543cb0c1ea99547af13f4e557382c29a9279cce Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 16 Apr 2014 21:59:41 -0700 Subject: [PATCH] API: message tweak --- api/boinc_api.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/boinc_api.cpp b/api/boinc_api.cpp index c79ec593ab..813f47b84c 100644 --- a/api/boinc_api.cpp +++ b/api/boinc_api.cpp @@ -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