nixos/package/gyroflow/mdk-log.patch

14 lines
536 B
Diff

diff --git a/src/util.rs b/src/util.rs
index 8bcbd2e0..7e51865f 100644
--- a/src/util.rs
+++ b/src/util.rs
@@ -226,7 +226,7 @@ pub fn init_logging() {
.init().unwrap();
}
} else {
- let log_config = [ "mp4parse", "wgpu", "naga", "akaze", "ureq", "rustls", "mdk" ]
+ let log_config = [ "mp4parse", "wgpu", "naga", "akaze", "ureq", "rustls" ]
.into_iter()
.fold(ConfigBuilder::new(), |mut cfg, x| { cfg.add_filter_ignore_str(x); cfg })
.build();