mirror of
https://gitee.com/openharmony/filemanagement_storage_service
synced 2024-11-27 01:01:16 +00:00
!1448 【StorageService】增加initMainUser维测日志
Merge pull request !1448 from 洪圣铨/master
This commit is contained in:
commit
4fcd59aac7
@ -235,9 +235,9 @@ uint8_t KeyCtrlLoadVersion(const char *keyPath)
|
||||
LOGI("version %d loaded", ver);
|
||||
return ver;
|
||||
}
|
||||
LOGE("version loaded failed. ver = %d", ver);
|
||||
}
|
||||
LOGE("bad version content. buf = %s", buf);
|
||||
free(buf);
|
||||
|
||||
LOGE("bad version content");
|
||||
return FSCRYPT_INVALID;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user