summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2018-04-04 01:34:33 -0400
committerNathan Perry <avaglir@gmail.com>2018-04-04 01:34:33 -0400
commit180ef480c0037cfcb5735fdfd2c60f910bf5ba5a (patch)
treef09cab33e98cc2577c55ffa2fed9e8355e372441
parent7952b4b11423f7fb582e71ec982b18e6a780562e (diff)
fix backoff
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 2a1b76a..fba574e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -180,8 +180,6 @@ fn main() {
if let Some(bt) = e.backtrace() {
error!("backtrace: {:?}", bt);
}
-
- ::std::process::exit(1);
},
_ => {
// NOTE: we MUST have gotten here through SIGINT/SIGTERM handlers