fix: mix using signed and unsigned.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I721399ad5bf41249fe12dbd5ea91b8a0eea95d6a
This commit is contained in:
yudechen
2022-08-08 10:49:11 +08:00
parent 8b1121f2ee
commit a416d3e901
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -673,7 +673,7 @@ int32_t ComparePcidWithRpcidString(char *pcidFile, char *rpcidFile, uint32_t typ
pcidContent = pcidFile;
rpcidContent = rpcidFile;
} else {
PRINT_ERR("Input file type error, type=%d\n", type);
PRINT_ERR("Input file type error, type=%u\n", type);
return -1;
}