From c647e58260672182e6e76228721849e930b60f59 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Mon, 31 Jan 2011 02:07:58 +0000 Subject: [PATCH] - commented out old console outputs (see jack2 I do read IRC sometimes) --- source/shared_lib/sources/platform/common/platform_common.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/shared_lib/sources/platform/common/platform_common.cpp b/source/shared_lib/sources/platform/common/platform_common.cpp index 27985227e..6e10ccbb2 100644 --- a/source/shared_lib/sources/platform/common/platform_common.cpp +++ b/source/shared_lib/sources/platform/common/platform_common.cpp @@ -420,7 +420,7 @@ int32 getFolderTreeContentsCheckSumRecursively(vector paths, string path *recursiveChecksum = checksum; } - printf("In [%s::%s Line: %d] Final CRC file count: %d\n",__FILE__,__FUNCTION__,__LINE__,checksum.getFileCount()); + //printf("In [%s::%s Line: %d] Final CRC file count: %d\n",__FILE__,__FUNCTION__,__LINE__,checksum.getFileCount()); SystemFlags::OutputDebug(SystemFlags::debugNetwork,"In [%s::%s Line: %d] Final CRC file count: %d\n",__FILE__,__FUNCTION__,__LINE__,checksum.getFileCount()); crcTreeCache[cacheKey] = checksum.getFinalFileListSum(); @@ -526,7 +526,7 @@ int32 getFolderTreeContentsCheckSumRecursively(const string &path, const string } if(topLevelCaller == true) { - printf("In [%s::%s Line: %d] Final CRC file count for [%s]: %d\n",__FILE__,__FUNCTION__,__LINE__,path.c_str(),checksum.getFileCount()); + //printf("In [%s::%s Line: %d] Final CRC file count for [%s]: %d\n",__FILE__,__FUNCTION__,__LINE__,path.c_str(),checksum.getFileCount()); SystemFlags::OutputDebug(SystemFlags::debugNetwork,"In [%s::%s Line: %d] Final CRC file count for [%s]: %d\n",__FILE__,__FUNCTION__,__LINE__,path.c_str(),checksum.getFileCount()); crcTreeCache[cacheKey] = checksum.getFinalFileListSum();