projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee645ac
)
turned off logging.
author
Chris Koeritz
<fred@gruntose.com>
Tue, 12 Feb 2013 18:44:48 +0000
(13:44 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Tue, 12 Feb 2013 18:44:48 +0000
(13:44 -0500)
nucleus/library/filesystem/heavy_file_ops.cpp
patch
|
blob
|
history
diff --git
a/nucleus/library/filesystem/heavy_file_ops.cpp
b/nucleus/library/filesystem/heavy_file_ops.cpp
index 5922d0c0c14ae68c8776da1c5e00e124b4cfe92d..b9de0f9ab6c166d4628db7165ebe27e9857dd258 100644
(file)
--- 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())) {