From ccdb5dd86d463f3fb6af86569c6947072295ef48 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Wed, 25 Aug 2010 21:59:32 -0400 Subject: some debugging for parallel tests --- scripting/engine_v8.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripting') diff --git a/scripting/engine_v8.cpp b/scripting/engine_v8.cpp index 85ccd882910..99da4a3309e 100644 --- a/scripting/engine_v8.cpp +++ b/scripting/engine_v8.cpp @@ -336,7 +336,7 @@ namespace mongo { if ( timeoutMs ){ static bool t = 1; if ( t ){ - log() << "timeoutMs not support for v8 yet" << endl; + log() << "timeoutMs not support for v8 yet code: " << code << endl; t = 0; } } -- cgit v1.2.1