diff --git a/frameworks/native/neural_network_runtime/nncompiled_cache.cpp b/frameworks/native/neural_network_runtime/nncompiled_cache.cpp index 2d11b2edac93afac7ec9ff980cba5abd4d6a7599..db9c19f136b6fb02c998ac853f713bd2108f4de6 100644 --- a/frameworks/native/neural_network_runtime/nncompiled_cache.cpp +++ b/frameworks/native/neural_network_runtime/nncompiled_cache.cpp @@ -415,7 +415,7 @@ OH_NN_ReturnCode NNCompiledCache::ReadCacheModelFile(const std::string& filePath return OH_NN_INVALID_PARAMETER; } if (access(path, 0) != 0) { - LOGE("[NNCompiledCache] ReadCacheModelFile failed, %{public}s is not exist.", path); + LOGE("[NNCompiledCache] ReadCacheModelFile failed, filePath is not exist."); return OH_NN_INVALID_PARAMETER; }