Browse Source

错误日志整改

pull/1287/head
liudingyan 5 years ago
parent
commit
3ab669fcc2
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      ge/init/gelib.cc
  2. +1
    -1
      ge/opskernel_manager/ops_kernel_manager.cc

+ 1
- 0
ge/init/gelib.cc View File

@@ -21,6 +21,7 @@
#include <utility>
#include "common/ge/ge_util.h"
#include <securec.h>
#include "framework/common/debug/ge_log.h"
#include "plugin/engine/dnnengines.h"


+ 1
- 1
ge/opskernel_manager/ops_kernel_manager.cc View File

@@ -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.",


Loading…
Cancel
Save