Skip to content

Commit 58df053

Browse files
committed
"CreateCheckpointService: Batch already resumed" is expected
1 parent 9a09afe commit 58df053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/v3/services/createCheckpoint.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export class CreateCheckpointService extends BaseService {
168168
}
169169

170170
if (batchRun.resumedAt) {
171-
logger.error("CreateCheckpointService: Batch already resumed", {
171+
logger.info("CreateCheckpointService: Batch already resumed", {
172172
batchRun,
173173
params,
174174
});

0 commit comments

Comments
 (0)