Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.

git-svn-id: svn://10.0.0.236/trunk@81967 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
2000-10-28 22:17:53 +00:00
parent b60d205909
commit a8b9664a8c
766 changed files with 8258 additions and 10800 deletions

View File

@@ -37,11 +37,6 @@
#include <Entry.h>
#include <Path.h>
#include <Volume.h>
#include "nslog.h"
NS_IMPL_LOG(nsFileSpecBeOSLog)
#define PRINTF NS_LOG_PRINTF(nsFileSpecBeOSLog)
#define FLUSH NS_LOG_FLUSH(nsFileSpecBeOSLog)
//----------------------------------------------------------------------------------------
void nsFileSpecHelpers::Canonify(nsSimpleCharString& ioPath, PRBool inMakeDirs)
@@ -467,7 +462,7 @@ PRInt64 nsFileSpec::GetDiskSpaceAvailable() const
BVolume v(ref.device);
#ifdef DEBUG_DISK_SPACE
PRINTF("DiskSpaceAvailable: %d bytes\n", space);
printf("DiskSpaceAvailable: %d bytes\n", space);
#endif
return v.FreeBytes();
} // nsFileSpec::GetDiskSpace()