mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
@@ -151,6 +151,10 @@ impl Eventloop {
|
||||
return Ok(());
|
||||
}
|
||||
Err(e) => {
|
||||
if !e.is_authentication_error() {
|
||||
tracing::error!("Fatal tunnel error: {e:#}");
|
||||
}
|
||||
|
||||
// Ignore error from shutdown to not obscure the original error.
|
||||
let _ = self.shut_down_tunnel().await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user