This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new b36680796f [optimization] (be-log) modify the backendservice log (#11689) b36680796f is described below commit b36680796fcb28d9497b40706ed569d87a7704c9 Author: carlvinhust2012 <huchengha...@126.com> AuthorDate: Fri Aug 12 11:52:24 2022 +0800 [optimization] (be-log) modify the backendservice log (#11689) Co-authored-by: hucheng01 <huchen...@baidu.com> --- be/src/service/backend_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/service/backend_service.cpp b/be/src/service/backend_service.cpp index e01e62df1a..fb1b0851f9 100644 --- a/be/src/service/backend_service.cpp +++ b/be/src/service/backend_service.cpp @@ -79,7 +79,7 @@ Status BackendService::create_service(ExecEnv* exec_env, int port, ThriftServer* *server = new ThriftServer("backend", be_processor, port, config::be_service_threads); - LOG(INFO) << "DorisInternalService listening on " << port; + LOG(INFO) << "Doris BackendService listening on " << port; return Status::OK(); } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org