X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Fheavy_file_ops.cpp;h=6f5b19db1832feffb4e815c3df9c05069745a541;hb=3ef36fb6ef3a651ee4a3238ac4618f86bfa79725;hp=0d2f91bc3463383ffcc1d0285597886af0abac03;hpb=8d5adf2438ee63c6ee88ca9a42aea2d763f0b03d;p=feisty_meow.git diff --git a/nucleus/library/filesystem/heavy_file_ops.cpp b/nucleus/library/filesystem/heavy_file_ops.cpp index 0d2f91bc..6f5b19db 100644 --- a/nucleus/library/filesystem/heavy_file_ops.cpp +++ b/nucleus/library/filesystem/heavy_file_ops.cpp @@ -275,12 +275,13 @@ outcome heavy_file_operations::buffer_files(const astring &source_root, huge_file current(full_file, "rb"); if (!current.good()) { // we need to skip this file. +LOG(astring("skipping bad file: ") + full_file); if (!advance(to_transfer, last_action)) break; continue; } if (last_action._byte_start + last_action._length >= current.length()) { -// && current.length()) { +LOG(astring("finished handling file: ") + full_file); // this file is done now. go to the next one. if (!advance(to_transfer, last_action)) break; continue;