s3:torture:delete: fix a message
authorMichael Adam <obnox@samba.org>
Wed, 8 Aug 2012 10:05:53 +0000 (12:05 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 9 Aug 2012 13:29:37 +0000 (15:29 +0200)
source3/torture/torture.c

index e49cf674fa0c9c0ab628bae46c1668aa7e98477d..7ced0e1d0af38113f385a88aa92fb4900c1834ed 100644 (file)
@@ -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;
        }