turned off logging.
[feisty_meow.git] / nucleus / library / filesystem / heavy_file_ops.cpp
index 5922d0c0c14ae68c8776da1c5e00e124b4cfe92d..b9de0f9ab6c166d4628db7165ebe27e9857dd258 100644 (file)
@@ -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())) {