From 0c95910af2d71fc3cefd6a245704f67666db86f3 Mon Sep 17 00:00:00 2001 From: dwight Date: Sun, 5 Sep 2010 02:06:29 -0400 Subject: eliminate CR chars --- jstests/replsets/rollback3.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'jstests/replsets/rollback3.js') diff --git a/jstests/replsets/rollback3.js b/jstests/replsets/rollback3.js index 5c2f2f1b6b3..e7b3978d25b 100755 --- a/jstests/replsets/rollback3.js +++ b/jstests/replsets/rollback3.js @@ -30,10 +30,10 @@ function wait(f) { if (n % 4 == 0) print("rollback3.js waiting " + w); if (++n == 4) { - print("" + f); - } - if (n == 200) { - print("rollback3.js failing waited too long"); + print("" + f); + } + if (n == 200) { + print("rollback3.js failing waited too long"); throw "wait error"; } sleep(1000); -- cgit v1.2.1