From 2da9e1cecc6b1a257e5d62304406750b917748f9 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 13 Jun 2019 15:27:39 -0700 Subject: [PATCH] s3: torture: Fix a debug typo. Signed-off-by: Jeremy Allison Reviewed-by: Volker Lendecke --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/torture/torture.c b/source3/torture/torture.c index dbdc703d2cd..839acafdcd3 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -7614,7 +7614,7 @@ static bool run_acl_symlink_test(int dummy) posix_acl_len); if (!NT_STATUS_EQUAL(status, NT_STATUS_ACCESS_DENIED)) { - printf("cli_posix_getacl on a symlink gave %s. " + printf("cli_posix_setacl on a symlink gave %s. " "Should be NT_STATUS_ACCESS_DENIED.\n", nt_errstr(status)); goto out;