From 595845ca301ec30fbdeea76b06d0545ba4788dbb Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 8 Aug 2012 11:24:55 +0200 Subject: s3:torture:delete: fix a message (counting the opens) --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture/torture.c') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 0b6f5100a0..b12039433c 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -3968,7 +3968,7 @@ static bool run_deletetest(int dummy) FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE, FILE_OPEN, 0, 0, &fnum2); if (!NT_STATUS_IS_OK(status)) { - printf("[3] open - 2 of %s failed (%s)\n", fname, nt_errstr(status)); + printf("[3] open - 3 of %s failed (%s)\n", fname, nt_errstr(status)); correct = False; goto fail; } -- cgit