summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/sharding/shard6.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/shard6.js b/jstests/sharding/shard6.js
index 1b58cc7e043..66701698cf3 100644
--- a/jstests/sharding/shard6.js
+++ b/jstests/sharding/shard6.js
@@ -18,6 +18,7 @@ function poolStats( where ){
msg += z.created + " ";
total += z.created
}
+ printjson( x );
print( "****\n" + msg + "\n*****" )
summary += msg + "\n";
return total