From: Chris Koeritz Date: Tue, 12 Feb 2013 18:44:48 +0000 (-0500) Subject: turned off logging. X-Git-Tag: 2.140.90~1113 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=108cfdf960b75e050f6bd6acde142e1436a5daf2 turned off logging. --- 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())) {