From cb74143f43b6cc313dbfc04781f509006921fa69 Mon Sep 17 00:00:00 2001 From: MisterE Date: Fri, 22 Nov 2024 15:13:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82moduleName=E5=8F=AF=E6=8E=A5=E7=BB=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MisterE --- common/include/dtbschedmgr_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/include/dtbschedmgr_log.h b/common/include/dtbschedmgr_log.h index adfc9a82..0724d705 100644 --- a/common/include/dtbschedmgr_log.h +++ b/common/include/dtbschedmgr_log.h @@ -528,7 +528,7 @@ enum { /** * Result(29360238) for BMS can not find the specified module. */ - CAN_NOT_FOUND_MODULE_ERR = 29360238, + CAN_NOT_FOUND_MODULE_ERR = 29360239, }; } // namespace DistributedSchedule } // namespace OHOS