CChex_ListPersonInfo VS CChex_GetOnePersonInfo - FpStatus output

Hello,

I have a person added to a (Version:02.20.89 DevType:FACEPASS DevTypeFlag:120204) which has a face enrolled.

When I try to read that user info, I get a different Fp_Status value depending on the command:

CChex_GetOnePersonInfo
[13:56:25 INF] Ret 300 from device 1 of type 88
[13:56:25 INF] Person Info — [MachineId:2 Progress:1/1 EmployeeId:999 Name:user B Password: Card:-1 Dept:0 Group:0 Mode:64 FpStatus:0 Special:64 ]

CChex_ListPersonInfo
[13:56:25 INF] Ret 300 from device 1 of type 9
[13:56:25 INF] Person Info — [MachineId:2 Progress:1/1 EmployeeId:999 Name:user B Password: Card:-1 Dept:0 Group:0 Mode:64 FpStatus:1024 Special:64 ]

Is this a bug? If not, is there a way to check the Fp_Status of a single person without having to list all?

Thanks in advance!