From f2c2adbaad1ae64646c375f209e1bebce8672127 Mon Sep 17 00:00:00 2001 From: fiss <2657262686@qq.com> Date: Fri, 18 Aug 2023 19:04:36 +0800 Subject: [PATCH] 日志优化 --- src/reprocessing_module/snapshot_reprocessing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reprocessing_module/snapshot_reprocessing.cpp b/src/reprocessing_module/snapshot_reprocessing.cpp index 7767268..cc5d7e6 100755 --- a/src/reprocessing_module/snapshot_reprocessing.cpp +++ b/src/reprocessing_module/snapshot_reprocessing.cpp @@ -549,7 +549,7 @@ int snapshot_reprocessing::update_face_bestsnapshot(vector vec_de int frame_height = memPtr->getHeight(); int frame_width = memPtr->getWidth(); - LOG_INFO("{}: {}",task_id,ol_det_result[idx].obj_count); + LOG_DEBUG("{}: {}",task_id,ol_det_result[idx].obj_count); if (0 == ol_det_result[idx].obj_count) { continue; } -- libgit2 0.21.4