Be less verbose with handshake send errors (#1810)

This commit is contained in:
Nate Brown
2026-07-23 09:26:45 -05:00
committed by GitHub
parent 7902ce674e
commit 15f0f0d5d0
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -408,7 +408,7 @@ func (f *Interface) sendNoMetrics(t header.MessageType, st header.MessageSubType
if err != nil {
hostinfo.logger(f.l).Error("Failed to write outgoing packet",
"error", err,
"udpAddr", remote,
"udpAddr", hr,
)
}
} else {