turned off logging.
authorChris Koeritz <fred@gruntose.com>
Tue, 12 Feb 2013 18:44:48 +0000 (13:44 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 12 Feb 2013 18:44:48 +0000 (13:44 -0500)
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())) {