diff --git a/checkin_notes b/checkin_notes
index 1322d9b549..6ef144fc07 100644
--- a/checkin_notes
+++ b/checkin_notes
@@ -4264,3 +4264,9 @@ David 20 July 2011
sched/
file_upload_handler.cpp
+
+David 20 July 2011
+ - client: debug the above
+
+ client/
+ file_xfer.cpp
diff --git a/client/file_xfer.cpp b/client/file_xfer.cpp
index 8224dd8b71..1d8160d888 100644
--- a/client/file_xfer.cpp
+++ b/client/file_xfer.cpp
@@ -118,6 +118,7 @@ int FILE_XFER::init_upload(FILE_INFO& file_info) {
" %d\n"
"\n"
"\n"
+ "%s\n"
"%.0f\n"
"%.0f\n"
"%s\n"
@@ -128,6 +129,7 @@ int FILE_XFER::init_upload(FILE_INFO& file_info) {
"%.0f\n"
"\n",
BOINC_MAJOR_VERSION, BOINC_MINOR_VERSION, BOINC_RELEASE,
+ file_info.name,
file_info.nbytes,
file_info.max_nbytes,
file_info.md5_cksum,