Skip to content

Commit

Permalink
Improve custom filter cutoff frequency warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnovak committed Jun 21, 2024
1 parent 48fd936 commit 4c29dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hardware/mixer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ static int clamp_filter_cutoff_freq([[maybe_unused]] const std::string& channel_
return cutoff_freq_hz;
} else {
LOG_DEBUG(
"%s: Filter cutoff frequency %d Hz is not below half of the "
"%s: Filter cutoff frequency %d Hz is above half the "
"sample rate, clamping to %d Hz",
channel_name.c_str(),
cutoff_freq_hz,
Expand Down

0 comments on commit 4c29dd7

Please sign in to comment.