aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/interconnect/interconnect_tcp_proxy.h
diff options
context:
space:
mode:
authoralexvru <alexvru@ydb.tech>2023-04-25 13:50:27 +0300
committeralexvru <alexvru@ydb.tech>2023-04-25 13:50:27 +0300
commit962dae07e71621bd25c81feee4c6f3355c94a73c (patch)
treea083a671f2eb0d1ded6208ae8037dc16e395c513 /library/cpp/actors/interconnect/interconnect_tcp_proxy.h
parente33f5f1a073db44a35c1616b2f391751779a866f (diff)
downloadydb-962dae07e71621bd25c81feee4c6f3355c94a73c.tar.gz
Support XDC streams
Diffstat (limited to 'library/cpp/actors/interconnect/interconnect_tcp_proxy.h')
-rw-r--r--library/cpp/actors/interconnect/interconnect_tcp_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/actors/interconnect/interconnect_tcp_proxy.h b/library/cpp/actors/interconnect/interconnect_tcp_proxy.h
index 352310e37c..9ea7fa0c31 100644
--- a/library/cpp/actors/interconnect/interconnect_tcp_proxy.h
+++ b/library/cpp/actors/interconnect/interconnect_tcp_proxy.h
@@ -456,7 +456,7 @@ namespace NActors {
ICPROXY_PROFILED;
if (const TActorId& actorId = std::exchange(OutgoingHandshakeActor, TActorId())) {
- LOG_DEBUG_IC("ICP112", "dropped outgoing handshake: %s poison: %s", actorId.ToString().data(),
+ LOG_DEBUG_IC("ICP052", "dropped outgoing handshake: %s poison: %s", actorId.ToString().data(),
poison ? "true" : "false");
if (poison) {
Send(actorId, new TEvents::TEvPoisonPill);