diff --git a/ydb/library/yql/dq/actors/compute/dq_compute_actor_checkpoints.cpp b/ydb/library/yql/dq/actors/compute/dq_compute_actor_checkpoints.cpp index c4c3272ef697..b2fed99eb33e 100644 --- a/ydb/library/yql/dq/actors/compute/dq_compute_actor_checkpoints.cpp +++ b/ydb/library/yql/dq/actors/compute/dq_compute_actor_checkpoints.cpp @@ -472,7 +472,7 @@ void TDqComputeActorCheckpoints::RegisterCheckpoint(const NDqProto::TCheckpoint& YQL_ENSURE(PendingCheckpoint.Checkpoint->GetGeneration() == checkpoint.GetGeneration()); YQL_ENSURE(PendingCheckpoint.Checkpoint->GetId() == checkpoint.GetId()); } - LOG_PCP_D("Got checkpoint barrier from channel " << channelId); + LOG_PCP_T("Got checkpoint barrier from channel " << channelId); ComputeActor->ResumeExecution(EResumeSource::CheckpointRegister); }