color logging

This commit is contained in:
Devaev Maxim
2019-09-06 22:26:15 +03:00
parent 2dbaf08eb0
commit 93d5be6ffc
5 changed files with 64 additions and 40 deletions

View File

@@ -240,7 +240,7 @@ void stream_loop(struct stream_t *stream) {
captured_fps = captured_fps_accum;
captured_fps_accum = 0;
captured_fps_second = now_second;
LOG_PERF("A new second has come; captured_fps=%u", captured_fps);
LOG_PERF_FPS("A new second has come; captured_fps=%u", captured_fps);
}
captured_fps_accum += 1;