Skip to content

Commit 509fb07

Browse files
authored
Merge pull request #785 from openziti/drop-rtx-err-to-debug
Drop retransmit error to debug. Fixes #784
2 parents 758d150 + b378184 commit 509fb07

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Release notes 1.2.2
2+
3+
## Issues Fixed and Dependency Updates
4+
5+
* github.com/openziti/sdk-golang: [v1.2.1 -> v1.2.2](https://github.com/openziti/sdk-golang/compare/v1.2.1...v1.2.2)
6+
* [Issue #784](https://github.com/openziti/sdk-golang/issues/784) - Drop retransmit error to debug
7+
18
# Release notes 1.2.1
29

310
## Issues Fixed and Dependency Updates

ziti/edge/network/xg_adapter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func (self *XgAdapter) RetransmitPayload(srcAddr xgress.Address, payload *xgress
5252
}
5353

5454
if !sent {
55-
pfxlog.Logger().WithField("circuitId", payload.CircuitId).WithError(err).Error("payload dropped")
55+
pfxlog.Logger().WithField("circuitId", payload.CircuitId).WithError(err).Debug("payload dropped")
5656
}
5757

5858
return nil

ziti/sdkinfo/build_info.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)