Skip to content

Commit 49c3476

Browse files
committed
Debug statement
1 parent 0e5b18a commit 49c3476

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/sys/pal/unix/thread.rs

+1
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ impl Thread {
237237
let status = unsafe { f(libc::taskIdSelf(), name.as_mut_ptr()) };
238238
debug_assert_eq!(status, libc::OK);
239239
}
240+
println!("Setname successful for vx task");
240241
}
241242

242243
#[cfg(any(

0 commit comments

Comments
 (0)