From 4ff016c991458088d9ec03f6e9fdf7e5d626316c Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 2 Mar 2021 20:51:16 +0100 Subject: [PATCH] Make capturing/analysing log lines follow same pattern --- src/zm_monitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zm_monitor.cpp b/src/zm_monitor.cpp index 731a243c6..ddde36fe8 100644 --- a/src/zm_monitor.cpp +++ b/src/zm_monitor.cpp @@ -1725,7 +1725,7 @@ void Monitor::UpdateCaptureFPS() { now_double, last_analysis_fps_time, elapsed, new_capture_fps ); - Info("%s: images:%d - Capturing at %.2lf fps, capturing bandwidth %ubytes/sec", + Info("%s: %d - Capturing at %.2lf fps, capturing bandwidth %ubytes/sec", name, image_count, new_capture_fps, new_capture_bandwidth); shared_data->capture_fps = new_capture_fps; last_fps_time = now_double;