Skip to content

Commit 085bf09

Browse files
authored
Move to trace (#1297)
1 parent bf6d776 commit 085bf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/dq/actors/compute/dq_compute_actor_checkpoints.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ void TDqComputeActorCheckpoints::RegisterCheckpoint(const NDqProto::TCheckpoint&
472472
YQL_ENSURE(PendingCheckpoint.Checkpoint->GetGeneration() == checkpoint.GetGeneration());
473473
YQL_ENSURE(PendingCheckpoint.Checkpoint->GetId() == checkpoint.GetId());
474474
}
475-
LOG_PCP_D("Got checkpoint barrier from channel " << channelId);
475+
LOG_PCP_T("Got checkpoint barrier from channel " << channelId);
476476
ComputeActor->ResumeExecution(EResumeSource::CheckpointRegister);
477477
}
478478

0 commit comments

Comments
 (0)