SERVER-500 debug

This commit is contained in:
Aaron
2010-02-08 19:13:51 -08:00
parent 9be0100c84
commit 16b0080200

View File

@@ -251,6 +251,8 @@ bool fileExists( string file ){
}
}
// Temporary code for debugging SERVER-500
#include "util/file.h"
void printFile( const char *name ) {
#if defined(__linux__)
int f = open( name, O_RDONLY );