torture3: Fix a debug message
[bbaumbach/samba-autobuild/.git] / source3 / torture / test_smb2.c
index 0fb40a61dd0cc8addca1fd059f945331d470dc69..d5023d88cfd0f5713973cb2d9272219b44b54224 100644 (file)
@@ -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;