summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
Diffstat (limited to 'jstests')
-rw-r--r--jstests/slowNightly/sharding_balance4.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/slowNightly/sharding_balance4.js b/jstests/slowNightly/sharding_balance4.js
index 4cbbba6f2fa..c7f76dd0c58 100644
--- a/jstests/slowNightly/sharding_balance4.js
+++ b/jstests/slowNightly/sharding_balance4.js
@@ -90,8 +90,8 @@ function diff(){
if ( le.err )
print( "ELIOT ELIOT : " + tojson( le ) + "\t" + myid );
- assert( le.updatedExisting , "GLE diff 1: " + tojson(le) )
- assert.eq( 1 , le.n , "GLE diff 2: " + tojson(le) )
+ assert( le.updatedExisting , "GLE diff 1 myid: " + myid + " " + tojson(le) )
+ assert.eq( 1 , le.n , "GLE diff 2 myid: " + myid + " " + tojson(le) )
if ( Math.random() > .99 ){