From 1da0ef5c18864d2ce8baf1569fbc793ba9b7c367 Mon Sep 17 00:00:00 2001 From: jonathang4 Date: Fri, 6 Jun 2025 17:36:28 +0800 Subject: [PATCH] 1 --- src/api/controllers/video.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));