From: Michael Adam Date: Wed, 8 Aug 2012 10:05:53 +0000 (+0200) Subject: s3:torture:delete: fix a message X-Git-Tag: samba-4.0.0beta6~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf492d1ffb16d39ce9d41eec86f95bb27e9c8f4e;p=thirdparty%2Fsamba.git s3:torture:delete: fix a message --- diff --git a/source3/torture/torture.c b/source3/torture/torture.c index e49cf674fa0..7ced0e1d0af 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -4168,7 +4168,7 @@ static bool run_deletetest(int dummy) /* This next open should succeed - we reset the flag. */ status = cli_openx(cli1, fname, O_RDONLY, DENY_NONE, &fnum1); if (!NT_STATUS_IS_OK(status)) { - printf("[5] open of %s failed (%s)\n", fname, nt_errstr(status)); + printf("[7] open of %s failed (%s)\n", fname, nt_errstr(status)); correct = False; goto fail; }