Skip to content

Commit

Permalink
Change log level
Browse files Browse the repository at this point in the history
  • Loading branch information
FakeMichau committed Sep 17, 2024
1 parent afe0587 commit 162ff5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lowlatency.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class LowLatency {
mode = LatencyFlex;

if (previous_mode != mode) {
spdlog::info("Changed low latency algorithm to: {}", mode == AntiLag2 ? "AntiLag 2" : "LatencyFlex");
spdlog::debug("Changed low latency algorithm to: {}", mode == AntiLag2 ? "AntiLag 2" : "LatencyFlex");
if (mode == LatencyFlex)
lfx_stats.needs_reset = true;
}
Expand Down

0 comments on commit 162ff5f

Please sign in to comment.