mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 20:27:49 +02:00
Logging: fix typo -> compatble/compatible
This commit is contained in:
parent
46c9fcce64
commit
11092d09f0
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ namespace transport
|
|||
}
|
||||
}
|
||||
}
|
||||
LogPrint (eLogInfo, "Transports: No compatble NTCP2 or SSU addresses available");
|
||||
LogPrint (eLogInfo, "Transports: No compatible NTCP2 or SSU addresses available");
|
||||
i2p::data::netdb.SetUnreachable (ident, true); // we are here because all connection attempts failed
|
||||
peer.Done ();
|
||||
std::unique_lock<std::mutex> l(m_PeersMutex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue