summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
Diffstat (limited to 'scripting')
-rw-r--r--scripting/engine_v8.cpp2
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;
}
}