print error
authorValentine Wallace <vwallace@protonmail.com>
Wed, 17 Feb 2021 17:04:50 +0000 (12:04 -0500)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 17 Feb 2021 17:04:50 +0000 (12:04 -0500)
background-processor/src/lib.rs

index 998a884edd6240d86894ce7e405204bdc63dfec1..08534e1334bc4d83bfd18207593059a779f45ed7 100644 (file)
@@ -231,8 +231,8 @@ mod tests {
                                                                                continue
                                                                        }
                                                                },
-                                                               Err(_) => {
-                                                                       println!("VMW: continuing 2");
+                                                               Err(e) => {
+                                                                       println!("VMW: continuing 2: err: {:?}", e);
                                                                        continue
                                                                }
                                                        }