mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
bin: Fix debug targets for cashierd and darkfid.
This commit is contained in:
@@ -751,7 +751,7 @@ async fn main() -> Result<()> {
|
||||
let get_address_flag = args.is_present("ADDRESS");
|
||||
|
||||
let nthreads = num_cpus::get();
|
||||
debug!(target: "GATEWAY DAEMON", "Run {} executor threads", nthreads);
|
||||
debug!(target: "CASHIER DAEMON", "Run {} executor threads", nthreads);
|
||||
|
||||
let (_, result) = Parallel::new()
|
||||
.each(0..nthreads, |_| {
|
||||
|
||||
@@ -612,7 +612,7 @@ async fn main() -> Result<()> {
|
||||
let ex2 = ex.clone();
|
||||
|
||||
let nthreads = num_cpus::get();
|
||||
debug!(target: "GATEWAY DAEMON", "Run {} executor threads", nthreads);
|
||||
debug!(target: "DARKFI DAEMON", "Run {} executor threads", nthreads);
|
||||
|
||||
let (_, result) = Parallel::new()
|
||||
.each(0..nthreads, |_| {
|
||||
|
||||
Reference in New Issue
Block a user