Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb2d139e authored by Hansong Zhang's avatar Hansong Zhang
Browse files

Add a LOG_INFO when gRPC server started

Bug: 197907045
Tag: #gd-refactor
Test: cert/run
Change-Id: Ib220485b9bc474534c64e1c0a04de3b9b9f00db4
parent 35a39e2e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ void GrpcModule::StartServer(const std::string& address, int port) {
  completion_queue_ = builder.AddCompletionQueue();
  server_ = builder.BuildAndStart();
  ASSERT(server_ != nullptr);
  LOG_INFO("gRPC server started on %s", listening_port.c_str());

  for (const auto& facade : facades_) {
    facade->OnServerStarted();