mirror of
https://gitlab.freedesktop.org/pipewire/helvum
synced 2026-03-15 19:46:10 +08:00
Use log, env_logger crates to log warnings instead of using eprintln!() macro
This commit is contained in:
@@ -15,7 +15,9 @@ pub struct PipewireLink {
|
||||
}
|
||||
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
env_logger::init();
|
||||
gtk::init()?;
|
||||
|
||||
let graphview = Rc::new(RefCell::new(view::GraphView::new()));
|
||||
|
||||
// Create the connection to the pipewire server and do an initial roundtrip before showing the view,
|
||||
|
||||
Reference in New Issue
Block a user