diff --git a/src/api/controllers/video.ts b/src/api/controllers/video.ts index 2fa8ac6..7a46801 100644 --- a/src/api/controllers/video.ts +++ b/src/api/controllers/video.ts @@ -448,7 +448,7 @@ export async function upgradeVideoResolution( }, }); if (!result[historyId]){ - logger.warn(`高清 记录ID不存在: ${historyId} 重试次数: ${emptyCount}`); + logger.warn(`高清 记录ID不存在: ${historyId} 重试次数: ${emptyCount} res: ${JSON.stringify(result)}`); emptyCount--; if(emptyCount<=0){ throw new APIException(EX.API_HISTORY_EMPTY, "高清 记录不存在: " + JSON.stringify(result));