diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-01 17:40:18 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-01 17:40:18 +0300 |
commit | a5535be48cfd26688ac23f30cd8f6dfb587cb353 (patch) | |
tree | 42fbf086f7df260f801574f4ced295643ba7f6e9 | |
parent | 6c6ba19595db9be00630f2e3581935e18f5310da (diff) | |
download | ydb-a5535be48cfd26688ac23f30cd8f6dfb587cb353.tar.gz |
Intermediate changes
-rw-r--r-- | yt/yt/core/http/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/http/server.cpp b/yt/yt/core/http/server.cpp index 84924f28e21..1327a7cb101 100644 --- a/yt/yt/core/http/server.cpp +++ b/yt/yt/core/http/server.cpp @@ -269,7 +269,7 @@ private: DoHandleConnection(connection, connectionId); } catch (const std::exception& ex) { - YT_LOG_ERROR(ex, "Unhandled exception (ConnectionId: %v)"); + YT_LOG_ERROR(ex, "Unhandled exception (ConnectionId: %v)", connectionId); } } |