Remove redundant ensure_services_running() call - start_all() handles it
This commit is contained in:
parent
0e7b4b66ec
commit
6a41cbcc10
1 changed files with 0 additions and 5 deletions
|
|
@ -550,11 +550,6 @@ async fn main() -> std::io::Result<()> {
|
||||||
))
|
))
|
||||||
.ok();
|
.ok();
|
||||||
trace!("Calling bootstrap.start_all()...");
|
trace!("Calling bootstrap.start_all()...");
|
||||||
|
|
||||||
if let Err(e) = bootstrap.ensure_services_running().await {
|
|
||||||
warn!("Some services might not be running: {}", e);
|
|
||||||
}
|
|
||||||
|
|
||||||
bootstrap.start_all().await.map_err(std::io::Error::other)?;
|
bootstrap.start_all().await.map_err(std::io::Error::other)?;
|
||||||
trace!("bootstrap.start_all() completed");
|
trace!("bootstrap.start_all() completed");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue