diff options
Diffstat (limited to 'source4/torture/basic')
-rw-r--r-- | source4/torture/basic/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |