diff --git a/packages/crawler/mq/exec/snapshotVideo.ts b/packages/crawler/mq/exec/snapshotVideo.ts index 20de59b..364d8b3 100644 --- a/packages/crawler/mq/exec/snapshotVideo.ts +++ b/packages/crawler/mq/exec/snapshotVideo.ts @@ -31,7 +31,7 @@ export const snapshotVideoWorker = async (job: Job): Promise => { const status = await getBiliVideoStatus(client, aid); if (status !== 0) { logger.warn( - `Bilibili return status ${status} when snapshoting for ${aid}.`, + `Video ${aid} has status ${status} in the database. Abort snapshoting.`, "mq", "fn:dispatchRegularSnapshotsWorker", );