mirror of
https://gitee.com/openharmony/startup_init
synced 2025-02-12 07:11:14 +00:00
Fix:Modify Log Printing Level
Signed-off-by: chenjunwu <chenjunwu4@huawei.com>
This commit is contained in:
parent
2fe8a45961
commit
3a7b40ac2c
@ -358,7 +358,7 @@ INIT_LOCAL_API int OpenWorkSpace(uint32_t index, int readOnly)
|
||||
|
||||
ATOMIC_STORE_EXPLICIT(&workSpace->rwSpaceLock, rwSpaceLock | WORKSPACE_STATUS_IN_PROCESS, MEMORY_ORDER_RELEASE);
|
||||
if (workSpace->area == NULL) {
|
||||
PARAM_LOGI("OpenWorkSpace %s index %d spaceSize: %u onlyRead %s", workSpace->fileName, workSpace->spaceIndex,
|
||||
PARAM_LOGV("OpenWorkSpace %s index %d spaceSize: %u onlyRead %s", workSpace->fileName, workSpace->spaceIndex,
|
||||
workSpace->spaceSize, readOnly ? "true" : "false");
|
||||
ret = InitWorkSpace(workSpace, readOnly, workSpace->spaceSize);
|
||||
if (ret != 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user