Skip to content

Commit

Permalink
log error
Browse files Browse the repository at this point in the history
  • Loading branch information
kziemianek committed May 24, 2024
1 parent b110790 commit c9612bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bitacross-worker/service/src/main_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@ fn start_worker<E, T, InitializationHandler>(
);
enclave_for_direct_invocation
.init_direct_invocation_server(direct_invocation_server_addr)
.map_err(|e| {
println!("Init direct inv server error :{:?}", e);
e
})
.unwrap();
println!("[+] RPC direct invocation server shut down");
});
Expand Down

0 comments on commit c9612bf

Please sign in to comment.