Skip to content

Commit a3ff513

Browse files
committed
more debugging for test
1 parent b776b8c commit a3ff513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jstests/replsets/fastsync.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ var startSlave = function(n) {
9898
config.members.push({_id:n, host:hostname+":"+ports[n]});
9999

100100
result = admin.runCommand({replSetReconfig : config});
101+
printjson(result);
101102
assert(result.ok, "reconfig worked");
102103
reconnect(p);
103104

0 commit comments

Comments
 (0)