Browse Source

Spelling correction.

cl-refactor
Gav Wood 10 years ago
parent
commit
20f3b4b4c1
  1. 2
      libp2p/Host.cpp

2
libp2p/Host.cpp

@ -386,7 +386,7 @@ shared_ptr<Node> Host::noteNode(NodeId _id, bi::tcp::endpoint _a, Origin _o, boo
{
RecursiveGuard l(x_peers);
if (_a.port() < 30300 || _a.port() > 30303)
cwarn << "Wierd port being recorded!";
cwarn << "Weird port being recorded: " << _a.port();
if (_a.port() >= /*49152*/32768)
{

Loading…
Cancel
Save