From 9aa348660c2902eaf924ac9ae92aafb7421ac902 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 7 May 2008 23:14:26 +0000 Subject: [PATCH] - client: added some file_xfer_debug messages for file upload svn path=/trunk/boinc/; revision=15144 --- checkin_notes | 6 ++++++ client/file_xfer.C | 8 ++++++++ doc/boinc_news.php | 10 ++++++++++ 3 files changed, 24 insertions(+) diff --git a/checkin_notes b/checkin_notes index 56de5bbbd0..f15a35ead4 100644 --- a/checkin_notes +++ b/checkin_notes @@ -3686,3 +3686,9 @@ David May 7 2008 lib/ coproc.C unix_util.C,h + +David May 7 2008 + - client: added some file_xfer_debug messages for file upload + + client/ + file_xfer.C diff --git a/client/file_xfer.C b/client/file_xfer.C index b1043736fc..d38b9771b0 100644 --- a/client/file_xfer.C +++ b/client/file_xfer.C @@ -157,6 +157,14 @@ int FILE_XFER::parse_upload_response(double &nbytes) { if (parse_str(req1, "", buf, sizeof(buf))) { msg_printf(fip->project, MSG_INTERNAL_ERROR, "Error on file upload: %s", buf); } + if (log_flags.file_xfer_debug) { + msg_printf(fip->project, MSG_INFO, + "[file_xfer_debug] parsing upload response: %s", req1 + ); + msg_printf(fip->project, MSG_INFO, + "[file_xfer_debug] parsing status: %d", status + ); + } return status; } diff --git a/doc/boinc_news.php b/doc/boinc_news.php index 9b3ddd3464..5422eab1b6 100644 --- a/doc/boinc_news.php +++ b/doc/boinc_news.php @@ -1,6 +1,16 @@ CASP8, + a competition for protein structure prediction, starts soon. + Rechenkraft.net is + sponsoring a team credit-race to support + POEM@home, + one of the CASP participants. + Results will be reported at + Planet BOINC." +), array("May 6, 2008", "Alpha testing of BOINC software is done by volunteers. Many thanks to this month's top testers."