From 9a3131b29517b7264d624f7b50feee8932e56760 Mon Sep 17 00:00:00 2001 From: shenjack-mac <3695888@qq.com> Date: Fri, 28 Jun 2024 01:48:04 +0800 Subject: [PATCH] fix: mac!! --- miner/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner/src/main.rs b/miner/src/main.rs index 4e66cb7..b78eb79 100644 --- a/miner/src/main.rs +++ b/miner/src/main.rs @@ -102,7 +102,7 @@ pub fn set_thread2core(cores: usize) { } #[cfg(unix)] { - warn!("Linux 下不支持设置线程亲和性 (未实现) {}", core) + warn!("Linux 下不支持设置线程亲和性 (未实现) {}", cores) } }