提交 9058637a 编写于 作者: D dlwlgjs132 提交者: Calvin Miao

Update adapter_manager.cc

I fixed typo
上级 4956b421
......@@ -43,7 +43,7 @@ void AdapterManager::Init(const std::string &adapter_config_filename) {
AdapterManagerConfig configs;
CHECK(util::GetProtoFromFile(adapter_config_filename, &configs))
<< "Unable to parse adapter config file " << adapter_config_filename;
AINFO << "Init AdapterManger config:" << configs.DebugString();
AINFO << "Init AdapterManager config:" << configs.DebugString();
Init(configs);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册