diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-08-25 21:59:32 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-08-25 21:59:32 -0400 |
commit | ccdb5dd86d463f3fb6af86569c6947072295ef48 (patch) | |
tree | 0cca3c0cc81cbcc89bb37c8af6932d6d3a4883cb /scripting | |
parent | 6e3ad16e6f056ec7677f74756bece460663128ac (diff) | |
download | mongo-ccdb5dd86d463f3fb6af86569c6947072295ef48.tar.gz |
some debugging for parallel tests
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/engine_v8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |