|
|
|
@@ -198,7 +198,7 @@ Status OpsKernelManager::ParsePluginOptions(const map<string, string> &options, |
|
|
|
iter->second.c_str()); |
|
|
|
REPORT_INNER_ERROR("E19999", |
|
|
|
"ParsePluginOptions failed, option_key:ge.feFlag, its value %s is out of range, it must be 0 or 1.", |
|
|
|
iter->second.c_str());option_key:ge.feFlag, |
|
|
|
iter->second.c_str()); |
|
|
|
return GE_GRAPH_OPTIONS_INVALID; |
|
|
|
} catch (...) { |
|
|
|
GELOGE(GE_GRAPH_OPTIONS_INVALID, "[Check][Data]option_key:%s, its value %s is invalid, it must be 0 or 1.", |
|
|
|
|