From 83d0a860a1e881aee3679bc504756e7ae6879d7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Baumbach?= Date: Tue, 10 Jan 2012 16:43:27 +0100 Subject: [PATCH] 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(-) diff --git a/source4/torture/basic/misc.c b/source4/torture/basic/misc.c index 0515988c147..213d9239509 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); } } -- 2.11.4.GIT