From 108cfdf960b75e050f6bd6acde142e1436a5daf2 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 12 Feb 2013 13:44:48 -0500 Subject: [PATCH] turned off logging. --- nucleus/library/filesystem/heavy_file_ops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())) { -- 2.34.1