diff options
| -rw-r--r-- | talpid-core/src/tunnel_state_machine/connecting_state.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/talpid-core/src/tunnel_state_machine/connecting_state.rs b/talpid-core/src/tunnel_state_machine/connecting_state.rs index 1588648e4e..78c6deee6b 100644 --- a/talpid-core/src/tunnel_state_machine/connecting_state.rs +++ b/talpid-core/src/tunnel_state_machine/connecting_state.rs @@ -343,6 +343,7 @@ impl TunnelState for ConnectingState { ) } Err(error) => { + log::error!("Failed to start tunnel: {}", error); let block_reason = match *error.kind() { tunnel::ErrorKind::EnableIpv6Error => BlockReason::Ipv6Unavailable, |
