Skip to content

Commit

Permalink
Add tracing to client example
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Oct 15, 2024
1 parent b194140 commit ceebfd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ impl WlDisplay for Display {}

#[tokio::main]
async fn main() -> Result<()> {
tracing_subscriber::fmt::init();

let registry = unsafe { ObjectId::from_raw(2) };

let xdg_runtime_dir = std::env::var("XDG_RUNTIME_DIR")?;
Expand Down

0 comments on commit ceebfd8

Please sign in to comment.