summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-06-30 11:53:02 -0400
committerEliot Horowitz <eliot@10gen.com>2011-06-30 11:53:02 -0400
commite7b5684e9dd289c72a103b96e76b7609a9fb6a96 (patch)
tree00a82f14bd934c3a0bc7597972e16c2849fb7dec /jstests
parent771b5bca9a1200edbbd99a42f22c8bef4ee18eef (diff)
downloadmongo-e7b5684e9dd289c72a103b96e76b7609a9fb6a96.tar.gz
nicer debugging
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 ){