diff options
author | hor911 <hor911@ydb.tech> | 2023-05-22 11:49:03 +0300 |
---|---|---|
committer | hor911 <hor911@ydb.tech> | 2023-05-22 11:49:03 +0300 |
commit | f04144fef1314ee9674744a8c167b930e5c4dbb6 (patch) | |
tree | 783084ab929cdbd36f98388462ffc71f79e3cfa4 | |
parent | 19614fa3bc70a349c94c2a8ac3948ca85b0845fb (diff) | |
download | ydb-f04144fef1314ee9674744a8c167b930e5c4dbb6.tar.gz |
Less logs
-rw-r--r-- | ydb/library/yql/dq/actors/compute/dq_compute_actor_channels.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/dq/actors/compute/dq_compute_actor_channels.cpp b/ydb/library/yql/dq/actors/compute/dq_compute_actor_channels.cpp index 6bd3bdf030..bb6b613b0c 100644 --- a/ydb/library/yql/dq/actors/compute/dq_compute_actor_channels.cpp +++ b/ydb/library/yql/dq/actors/compute/dq_compute_actor_channels.cpp @@ -616,7 +616,7 @@ bool TDqComputeActorChannels::PollChannel(ui64 channelId, i64 freeSpace) { << ", current freeSpace: " << freeSpace); return false; } else { - LOG_D("do poll, channelId: " << channelId << ", last freeSpace: " << lastFreeSpace + LOG_T("do poll, channelId: " << channelId << ", last freeSpace: " << lastFreeSpace << ", current freeSpace: " << freeSpace << ", seqNo: " << inputChannel.LastRecvSeqNo); } } |