!532 去掉文件路径打印

Merge pull request !532 from Mr.zhao/master
This commit is contained in:
openharmony_ci
2025-03-27 09:22:30 +00:00
committed by Gitee
+1 -1
View File
@@ -381,7 +381,7 @@ static int32_t GetPriSyscap(PCIDMain *pcidMain, cJSON *sysCapObject, int32_t con
while (*ptrPrivateSyscap != '\0') {
size_t currentLen = tempPriSyscapStr - priSyscapStr;
if (currentLen >= SINGLE_SYSCAP_LEN - 1) {
PRINT_ERR("Syscap name exceeds maximum length\n");
printf("Syscap name exceeds maximum length\n");
return GetPriSyscapResult(capVectorPtr, -1);
}
if (*ptrPrivateSyscap == ',') {