Skip to content

Commit 0f17bff

Browse files
Julusianjstarpl
andauthored
Update packages/job-worker/src/playout/timings/index.ts
Co-authored-by: Jan Starzak <[email protected]>
1 parent ad450c3 commit 0f17bff

File tree

1 file changed

+1
-1
lines changed
  • packages/job-worker/src/playout/timings

1 file changed

+1
-1
lines changed

packages/job-worker/src/playout/timings/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export async function handleOnPlayoutPlaybackChanged(
5252
) {
5353
triggerRegeneration = true
5454
} else {
55-
logger.info(
55+
logger.warn(
5656
`Playout gateway requested a regeneration of the timeline, with an incorrect regenerationToken. Got ${change.data.regenerationToken}, expected ${playoutModel.timeline?.regenerateTimelineToken}`
5757
)
5858
}

0 commit comments

Comments
 (0)