Reverse disordered-version warning message (#129904)

The comment in `TransportHandshaker` indicates (correctly) that we emit
a warning when talking to a chronologically-newer-yet-numerically-older
version, but the wording of the warning message is inverted and says
that the remote is chronologically-older-yet-numerically-newer. This
commit straightens out the message to match the situation it is
describing.

Relates #123397
This commit is contained in:
David Turner 2025-06-24 18:30:11 +01:00 committed by GitHub
parent 876c456ac1
commit ba103f1c24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 8 deletions

View file

@ -0,0 +1,5 @@
pr: 129904
summary: Reverse disordered-version warning message
area: Infra/Core
type: bug
issues: []