From 0ccc33cea547be100a16e46740477b67378649b8 Mon Sep 17 00:00:00 2001 From: FireDasher <150294350+FireDasher@users.noreply.github.com> Date: Sun, 20 Sep 2026 12:32:15 -0700 Subject: [PATCH] Disable log on drop by default --- src/stream.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream.rs b/src/stream.rs index fc0a45317..9784787fa 100644 --- a/src/stream.rs +++ b/src/stream.rs @@ -512,7 +512,7 @@ impl MixerDeviceSink { _stream: stream, mixer: controller, config: *config, - log_on_drop: true, + log_on_drop: false, }) }) }