From: Valentine Wallace Date: Wed, 17 Feb 2021 17:04:50 +0000 (-0500) Subject: print error X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=804e777973b452a40dc2c32f5d1c7474e8ab3423;p=rust-lightning print error --- diff --git a/background-processor/src/lib.rs b/background-processor/src/lib.rs index 998a884ed..08534e133 100644 --- a/background-processor/src/lib.rs +++ b/background-processor/src/lib.rs @@ -231,8 +231,8 @@ mod tests { continue } }, - Err(_) => { - println!("VMW: continuing 2"); + Err(e) => { + println!("VMW: continuing 2: err: {:?}", e); continue } }