diff --git a/frameworks/native/neural_network_runtime/nnexecutor.cpp b/frameworks/native/neural_network_runtime/nnexecutor.cpp index a2dce91a4ebac9c24fbb77402ebc05b0f5b7a6b4..4332663f3073d588057a364128dbe8aeaae1ef27 100644 --- a/frameworks/native/neural_network_runtime/nnexecutor.cpp +++ b/frameworks/native/neural_network_runtime/nnexecutor.cpp @@ -191,12 +191,16 @@ OH_NN_ReturnCode NNExecutor::SetExtensionConfig(const std::unordered_map(config.second.data()); if (configData == nullptr) { - LOGD("[NNExecutor] SetExtensionConfig, key: %s, configData is nullptr.", config.first.c_str()); + LOGE("[NNExecutor] SetExtensionConfig, key: %s, configData is nullptr.", config.first.c_str()); return OH_NN_FAILED; }