changing endpoint storage mechanism to allow inter-Endpoint messaging

This commit is contained in:
some body 2021-09-17 07:37:03 -05:00
parent 43083d6e8d
commit 999964f257
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ impl RircdState {
println!("starting {} | {}", endpoint_name,
match success_status_recv.await {
Ok(_) => {
let self = self;
format!("SUCCEEDED |")
},
Err(e) => format!("FAILED | <{}>", e),