ihdgd: use default output level

This commit is contained in:
Jeremy Soller
2026-01-29 08:53:45 -07:00
parent d11fd0c6ca
commit 3edfd63eec
+1 -2
View File
@@ -24,8 +24,7 @@ fn daemon(daemon: daemon::Daemon, mut pcid_handle: PciFunctionHandle) -> ! {
"graphics",
"pci",
&name,
// TODO: common::output_level() once stable
log::LevelFilter::Debug,
common::output_level(),
common::file_level(),
);