mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
api/rafthttp: fix the probing status print
Signed-off-by: nolouch <nolouch@gmail.com>
This commit is contained in:
parent
85594ae99c
commit
decc0d5f43
@ -87,8 +87,8 @@ func monitorProbingStatus(lg *zap.Logger, s probing.Status, id string, roundTrip
|
||||
"prober found high clock drift",
|
||||
zap.String("round-tripper-name", roundTripperName),
|
||||
zap.String("remote-peer-id", id),
|
||||
zap.Duration("clock-drift", s.SRTT()),
|
||||
zap.Duration("rtt", s.ClockDiff()),
|
||||
zap.Duration("clock-drift", s.ClockDiff()),
|
||||
zap.Duration("rtt", s.SRTT()),
|
||||
zap.Error(s.Err()),
|
||||
)
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user