diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-10-12 09:16:04 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-10-12 09:32:51 +0300 |
commit | 8ce453e99436f235c1933569c43e0a97a1b96eaf (patch) | |
tree | 860ae8f9a283b649bdb26e680044477b995c5f2b | |
parent | 7559f4df3c61927414202db052b94fc7e25b308e (diff) | |
download | ydb-8ce453e99436f235c1933569c43e0a97a1b96eaf.tar.gz |
Intermediate changes
-rw-r--r-- | yt/yt/core/rpc/grpc/dispatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/rpc/grpc/dispatcher.cpp b/yt/yt/core/rpc/grpc/dispatcher.cpp index 25ae7734c9..8c1b959312 100644 --- a/yt/yt/core/rpc/grpc/dispatcher.cpp +++ b/yt/yt/core/rpc/grpc/dispatcher.cpp @@ -60,7 +60,7 @@ public: auto guard = Guard(ConfigureLock_); if (IsConfigured()) { - THROW_ERROR_EXCEPTION("GPRC dispatcher is already configured"); + THROW_ERROR_EXCEPTION("GRPC dispatcher is already configured"); } DoConfigure(config); |