summaryrefslogtreecommitdiff
path: root/jstests/replsets/rslib.js
diff options
context:
space:
mode:
authorSiyuan Zhou <siyuan.zhou@mongodb.com>2017-03-23 01:25:09 -0400
committerSiyuan Zhou <siyuan.zhou@mongodb.com>2017-04-19 18:11:10 -0400
commitd0c851e2f4bfea514e22c97af1838640d2849a8c (patch)
tree956467fa52d24b3892aee23caeabb43022c3dc13 /jstests/replsets/rslib.js
parent85472b2350952750b658178fc64bf80d8d357348 (diff)
downloadmongo-d0c851e2f4bfea514e22c97af1838640d2849a8c.tar.gz
SERVER-26848 Exit catchup mode when not syncing more data.
Diffstat (limited to 'jstests/replsets/rslib.js')
-rw-r--r--jstests/replsets/rslib.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/replsets/rslib.js b/jstests/replsets/rslib.js
index 1471824bd8f..5911723d717 100644
--- a/jstests/replsets/rslib.js
+++ b/jstests/replsets/rslib.js
@@ -162,6 +162,7 @@ var getLastOpTime;
if (!isNetworkError(e)) {
throw e;
}
+ print("Calling replSetReconfig failed. " + tojson(e));
}
var master = rs.getPrimary().getDB("admin");