summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yt/yt/core/bus/tcp/connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/bus/tcp/connection.cpp b/yt/yt/core/bus/tcp/connection.cpp
index 3f514a5ab77..650c7c50f18 100644
--- a/yt/yt/core/bus/tcp/connection.cpp
+++ b/yt/yt/core/bus/tcp/connection.cpp
@@ -131,7 +131,7 @@ TTcpConnection::TTcpConnection(
EndpointDescription_,
Config_->EncryptionMode,
Config_->VerificationMode))
- , Logger(BusLogger().WithTag(LoggingTag_.c_str()))
+ , Logger(BusLogger().WithRawTag(LoggingTag_))
, GenerateChecksums_(Config_->GenerateChecksums)
, Socket_(socket)
, MultiplexingBand_(multiplexingBand)