vacp2p / nim-libp2p

libp2p implementation in Nim
https://vacp2p.github.io/nim-libp2p/docs/
MIT License
242 stars 52 forks source link

libp2p/dialer.nim: tiny log change to make it clearer a connection upgrade #1071

Closed Ivansete-status closed 3 months ago

Ivansete-status commented 3 months ago

There may be an error during the connection transport upgrade (evolving from raw transport to a multiplexed stream.)

Simple simple change only makes it more explicit that the error refers to the connection upgrade and not to the app upgrade.

We've noticed this confusion in a user after upgrading the nwaku version.