aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordon-dron <don-dron@yandex-team.com>2024-05-28 15:21:16 +0300
committerdon-dron <don-dron@yandex-team.com>2024-05-28 15:38:53 +0300
commit8fa0293cacd68a899e712fc11fb646115857912b (patch)
treea191d53c6d3d3006b2d097e94f32eb9ba46ca0ef
parentef300d1744d8f1a7449b0e76e21855111042c25a (diff)
downloadydb-8fa0293cacd68a899e712fc11fb646115857912b.tar.gz
YT-21558: Fixes after review
0cd18f259612f59cb77c8917531119e8f12ed0b6
-rw-r--r--yt/yt/core/rpc/service_detail.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/yt/yt/core/rpc/service_detail.cpp b/yt/yt/core/rpc/service_detail.cpp
index 0192b7c912..d0e0e37ef2 100644
--- a/yt/yt/core/rpc/service_detail.cpp
+++ b/yt/yt/core/rpc/service_detail.cpp
@@ -2600,9 +2600,9 @@ void TServiceBase::DoConfigure(
auto* method = FindMethodInfo(methodName);
if (!method) {
- // TODO(don-dron): Split service configs by realmid, for example for DataNodeService and ProxyDataNodeService.
+ // TODO(don-dron): Split service configs by realmid.
YT_LOG_WARNING(
- "Method is not registered (Service:%v, RealmId:%v, Method: %v)",
+ "Method is not registered (Service: %v, RealmId: %v, Method: %v)",
ServiceId_.ServiceName,
ServiceId_.RealmId,
methodName);