change signature of accept function

This commit is contained in:
John Smith
2023-12-15 16:56:31 -05:00
committed by Christien Rioux
parent d454f9fdf9
commit f47adfa03f
2 changed files with 16 additions and 8 deletions

View File

@@ -456,7 +456,7 @@ impl ClientApi {
.await;
debug!(
"Closed Client API Connection: {:?} -> {:?}",
"Closed TCP Client API Connection: {:?} -> {:?}",
peer_addr, local_addr
);
@@ -486,7 +486,7 @@ impl ClientApi {
self.run_json_request_processor(reader, writer, stop_token)
.await;
debug!("Closed Client API Connection",);
debug!("Closed IPC Client API Connection",);
awg.done();
}