From 83d0a860a1e881aee3679bc504756e7ae6879d7b Mon Sep 17 00:00:00 2001 From: Björn Baumbach Date: Tue, 10 Jan 2012 16:43:27 +0100 Subject: s4-selftest: fix output of opened connections in torture_holdcon Signed-off-by: Michael Adam --- source4/torture/basic/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/basic') diff --git a/source4/torture/basic/misc.c b/source4/torture/basic/misc.c index 0515988c14..213d923950 100644 --- a/source4/torture/basic/misc.c +++ b/source4/torture/basic/misc.c @@ -198,7 +198,7 @@ bool torture_holdcon(struct torture_context *tctx) return false; } if (torture_setting_bool(tctx, "progress", true)) { - torture_comment(tctx, "opened %d connections\r", i); + torture_comment(tctx, "opened %d connections\r", i+1); fflush(stdout); } } -- cgit