Skip to content

Commit 6cc09fa

Browse files
docs: helpful error
1 parent ac72e35 commit 6cc09fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crescendo/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub fn maybe_pin_thread(core_id: CoreId) {
3434
}
3535

3636
if !core_affinity::set_for_current(core_id) {
37-
panic!("[!] Failed to pin thread to core {}.", core_id.id);
37+
panic!("[!] Failed to pin thread to core {}. Try disabling thread_pinning in your config.", core_id.id);
3838
}
3939
}
4040

0 commit comments

Comments
 (0)