Make capturing/analysing log lines follow same pattern

This commit is contained in:
Admin 2021-03-02 20:51:16 +01:00
parent be1b439dcc
commit 4ff016c991
No known key found for this signature in database
GPG Key ID: 3D8CAF8BF20BFF0B
1 changed files with 1 additions and 1 deletions

View File

@ -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;