X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftentacles%2Ffile_transfer_tentacle.cpp;h=0626fb1297d047db9e085587f3310a480435f218;hb=9b3e479ca6ea9dbad13ad0573b4148f61514abfb;hp=60bb2d6fc7a3533f84bae5f64a0471445d9007da;hpb=c93ddbe5db0e3295f90f12685f96d86a060f4cd0;p=feisty_meow.git diff --git a/octopi/library/tentacles/file_transfer_tentacle.cpp b/octopi/library/tentacles/file_transfer_tentacle.cpp index 60bb2d6f..0626fb12 100644 --- a/octopi/library/tentacles/file_transfer_tentacle.cpp +++ b/octopi/library/tentacles/file_transfer_tentacle.cpp @@ -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);