X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=background-processor%2Fsrc%2Flib.rs;h=f6c2dbfcae064562bfdb96a41a30c891c0f49a16;hb=00550bac19d6878630ba52df74dc6d0cc3d8945a;hp=1976962bea6ef8c7951be6bd818e638be36ff5e1;hpb=c896461319b71ef3356ab72d9e886437d09cf79b;p=rust-lightning diff --git a/background-processor/src/lib.rs b/background-processor/src/lib.rs index 1976962b..f6c2dbfc 100644 --- a/background-processor/src/lib.rs +++ b/background-processor/src/lib.rs @@ -268,7 +268,7 @@ mod tests { loop { let log_entries = nodes[0].logger.lines.lock().unwrap(); let desired_log = "Calling manager's timer_chan_freshness_every_min".to_string(); - if log_entries.get(&("background_processor".to_string(), desired_log)).is_some() { + if log_entries.get(&("lightning_background_processor".to_string(), desired_log)).is_some() { break } }