diff --git a/common.go b/common.go index f8f24e5..fd9c0d6 100644 --- a/common.go +++ b/common.go @@ -231,6 +231,8 @@ func sendUDPHolePunch(serverAddr string, olmID string, sourcePort uint16) error return fmt.Errorf("failed to send UDP packet: %v", err) } + logger.Debug("Sent UDP hole punch to %s: %s", serverAddr, string(jsonData)) + return nil }