This commit is contained in:
2025-11-05 13:05:43 +08:00
parent 3a3bdee296
commit 779334a09e
2 changed files with 2 additions and 2 deletions

View File

@@ -828,7 +828,7 @@ public class GoodsServiceImpl implements GoodsService {
result.setTotalSegmentCount(taskResult.getTotalSegmentCount());
result.setOriginalSegmentCount(taskResult.getOriginalSegmentCount());
log.info("视频更新检查完成: videoId={}, taskId={}, canUpdate={}, newSegmentCount={}",
log.debug("视频更新检查完成: videoId={}, taskId={}, canUpdate={}, newSegmentCount={}",
videoId, taskId, result.isCanUpdate(), result.getNewSegmentCount());
return result;