From df10adbfe55f21e3476be508436345e03b12fddc Mon Sep 17 00:00:00 2001 From: Robert Guo Date: Mon, 8 May 2017 12:29:50 -0400 Subject: SERVER-27549 Print message on intentional server crash. --- jstests/replsets/cloneDb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jstests/replsets/cloneDb.js') diff --git a/jstests/replsets/cloneDb.js b/jstests/replsets/cloneDb.js index a24b9d80c11..5590dd027f1 100644 --- a/jstests/replsets/cloneDb.js +++ b/jstests/replsets/cloneDb.js @@ -117,7 +117,7 @@ 'cloneDatabase from standalone to SECONDARY succeeded and should not accept writes'); jsTest.log("Shut down replica set and standalone server"); - MongoRunner.stopMongod(standalone.port); + MongoRunner.stopMongod(standalone); replTest.stopSet(); } -- cgit v1.2.1