Skip to content

Commit

Permalink
downgrade moisy log
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Jul 24, 2024
1 parent 2299ae6 commit 7ff1f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/midi_player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ fn new_output_stream(
let channel_len = output.len() / 2;

if left.len() < channel_len || right.len() < channel_len {
log::warn!("Buffer too small, skipping audio rendering");
log::info!("Buffer too small, skipping audio rendering");
return;
}

Expand Down

0 comments on commit 7ff1f4b

Please sign in to comment.