Skip to content

Commit

Permalink
Debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
biabbas committed Aug 8, 2024
1 parent 0e5b18a commit 49c3476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/sys/pal/unix/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ impl Thread {
let status = unsafe { f(libc::taskIdSelf(), name.as_mut_ptr()) };
debug_assert_eq!(status, libc::OK);
}
println!("Setname successful for vx task");
}

#[cfg(any(
Expand Down

0 comments on commit 49c3476

Please sign in to comment.