diff --git a/src/xrpld/app/main/GRPCServer.cpp b/src/xrpld/app/main/GRPCServer.cpp index 4bcd95ceb..7dc4d03b2 100644 --- a/src/xrpld/app/main/GRPCServer.cpp +++ b/src/xrpld/app/main/GRPCServer.cpp @@ -599,7 +599,6 @@ GRPCServer::start() if (running_ = impl_.start(); running_) { thread_ = std::thread([this]() { - beast::setCurrentThreadName("rippled : GRPCServer"); // Start the event loop and begin handling requests beast::setCurrentThreadName("rippled: grpc"); this->impl_.handleRpcs();