X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Fheavy_file_ops.cpp;h=b9de0f9ab6c166d4628db7165ebe27e9857dd258;hb=ef338226ccf699c8d8a149d9b74e9888175c7099;hp=5922d0c0c14ae68c8776da1c5e00e124b4cfe92d;hpb=ee645ac983eb9508920a6d4526b72adf8fe74094;p=feisty_meow.git diff --git a/nucleus/library/filesystem/heavy_file_ops.cpp b/nucleus/library/filesystem/heavy_file_ops.cpp index 5922d0c0..b9de0f9a 100644 --- a/nucleus/library/filesystem/heavy_file_ops.cpp +++ b/nucleus/library/filesystem/heavy_file_ops.cpp @@ -290,7 +290,7 @@ outcome heavy_file_operations::buffer_files(const astring &source_root, if (to_return != OKAY) break; continue; } -LOG(astring("working on file: ") + current.name()); +//LOG(astring("working on file: ") + current.name()); // we don't try to check done if we just started this file. if (!fresh_file && (last_action._byte_start + last_action._length >= current.length())) {