fix: mac!!

This commit is contained in:
shenjack-mac 2024-06-28 01:48:04 +08:00
parent 14a83a8e13
commit 9a3131b295

View File

@ -102,7 +102,7 @@ pub fn set_thread2core(cores: usize) {
}
#[cfg(unix)]
{
warn!("Linux 下不支持设置线程亲和性 (未实现) {}", core)
warn!("Linux 下不支持设置线程亲和性 (未实现) {}", cores)
}
}