diff options
| author | babenko <[email protected]> | 2024-05-15 23:42:41 +0300 |
|---|---|---|
| committer | babenko <[email protected]> | 2024-05-15 23:50:23 +0300 |
| commit | 54251f37a65152bbbcd8beb207ceaa3be2161aeb (patch) | |
| tree | 39b8445839f0d8855673f12b7f759385dc019892 | |
| parent | efb3665db25f0dac8df031b5ca5df8b55bdf5ce6 (diff) | |
Fix TCP connection tag
e9195292698f6465508db3182b20619c915c1d84
| -rw-r--r-- | yt/yt/core/bus/tcp/connection.cpp | 2 |
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) |
