Skip to content

Commit 04b9793

Browse files
committed
Address reviewer comments
1 parent 142d12c commit 04b9793

File tree

1 file changed

+1
-1
lines changed
  • fortanix-vme/fortanix-vme-runner/src

1 file changed

+1
-1
lines changed

fortanix-vme/fortanix-vme-runner/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ impl Server {
424424
// Close `TcpListener`
425425
drop(listener);
426426
} else {
427-
// Info not found, possibly not a listener socket
427+
println!("[warning] Can't close the connection as it can't be located.");
428428
}
429429
let response = Response::Closed;
430430
Self::log_communication(

0 commit comments

Comments
 (0)