Add debug holepunch messahe

This commit is contained in:
Owen
2025-04-03 20:47:56 -04:00
parent 5bbd5016aa
commit 8fb9468d08

View File

@@ -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
}