From: Volker Lendecke Date: Thu, 4 Jun 2020 13:25:14 +0000 (+0200) Subject: torture3: Fix a debug message X-Git-Tag: ldb-2.2.0~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a3556d0cf9e2c229df1417a5c39d8d222c4de5f;p=thirdparty%2Fsamba.git torture3: Fix a debug message Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/torture/test_smb2.c b/source3/torture/test_smb2.c index 0fb40a61dd0..d5023d88cfd 100644 --- a/source3/torture/test_smb2.c +++ b/source3/torture/test_smb2.c @@ -1929,7 +1929,7 @@ static NTSTATUS check_size(struct cli_state *cli, NULL); if (!NT_STATUS_IS_OK(status)) { - printf("cli_smb2_qfileinfo_basic of %s failed (%s)\n", + printf("cli_qfileinfo_basic of %s failed (%s)\n", fname, nt_errstr(status)); return status;