perhaps stupid zero-length file bug is fixed.
[feisty_meow.git] / octopi / library / tentacles / file_transfer_tentacle.cpp
index 60bb2d6fc7a3533f84bae5f64a0471445d9007da..0626fb1297d047db9e085587f3310a480435f218 100644 (file)
@@ -794,7 +794,7 @@ outcome file_transfer_tentacle::handle_storage_response
 
     astring full_file = resp._dest_root + filename::default_separator()
         + recorded_info->secondary();
-//LOG(astring("telling it to write to fullfile: ") + full_file);
+//     LOG(astring("telling it to write to fullfile: ") + full_file);
 
     outcome ret = heavy_file_operations::write_file_chunk(full_file,
         found._byte_start, to_write);