panic on failure for sslocal

This commit is contained in:
lilydjwg
2015-08-23 13:51:07 +08:00
parent 8759c44822
commit f68fb99568

View File

@@ -231,4 +231,5 @@ fn main() {
}
RelayLocal::new(config).run(threads);
panic!("Relay stopped.");
}