mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
torture3: Fix a debug message
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
cedbe17c99
commit
8a3556d0cf
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user