summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--talpid-core/src/tunnel_state_machine/connecting_state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/src/tunnel_state_machine/connecting_state.rs b/talpid-core/src/tunnel_state_machine/connecting_state.rs
index 74494241db..e56dfff9ae 100644
--- a/talpid-core/src/tunnel_state_machine/connecting_state.rs
+++ b/talpid-core/src/tunnel_state_machine/connecting_state.rs
@@ -253,7 +253,7 @@ impl ConnectingState {
)),
Ok(_) => SameState(self),
Err(_) => {
- debug!("The OpenVPN tunnel event plugin disconnected");
+ debug!("The tunnel disconnected unexpectedly");
NewState(DisconnectingState::enter(
shared_values,
(