mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-10 16:05:37 +00:00
feat(credential): enforce signed credential distribution across mixed admin/shared topology (#1972)
This commit is contained in:
@@ -245,7 +245,7 @@ impl UdpHoePunchConnectorData {
|
||||
tracing::info!(?tunnel, "hole punching get tunnel success");
|
||||
|
||||
if let Err(e) = self.peer_mgr.add_client_tunnel(tunnel, false).await {
|
||||
tracing::warn!(?e, "add client tunnel failed");
|
||||
tracing::warn!("add client tunnel failed, err: {}", e);
|
||||
op(true);
|
||||
false
|
||||
} else {
|
||||
@@ -258,7 +258,7 @@ impl UdpHoePunchConnectorData {
|
||||
false
|
||||
}
|
||||
Err(e) => {
|
||||
tracing::info!(?e, "hole punching failed");
|
||||
tracing::info!("hole punching failed, err: {}", e);
|
||||
op(true);
|
||||
false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user