improve: logging text in snapshotVideo.ts
This commit is contained in:
parent
13ea8fec8b
commit
68bd46fd8a
@ -31,7 +31,7 @@ export const snapshotVideoWorker = async (job: Job): Promise<void> => {
|
||||
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",
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user