From 16b0080200a86e337eaaea06f4e7fdf949efdfa1 Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 8 Feb 2010 19:13:51 -0800 Subject: [PATCH] SERVER-500 debug --- shell/dbshell.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/dbshell.cpp b/shell/dbshell.cpp index f653db493ff..366d6a080e0 100644 --- a/shell/dbshell.cpp +++ b/shell/dbshell.cpp @@ -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 );