mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fix indent in HTTPServer, add RI log messages
This commit is contained in:
parent
7ab29950a4
commit
0e89452056
4 changed files with 36 additions and 33 deletions
|
@ -447,7 +447,7 @@ namespace transport
|
|||
else
|
||||
LogPrint (eLogDebug, "Transports: NTCP address is not present for ", i2p::data::GetIdentHashAbbreviation (ident), ", trying SSU");
|
||||
}
|
||||
if (peer.numAttempts == 2)// SSU
|
||||
if (peer.numAttempts == 2) // SSU
|
||||
{
|
||||
peer.numAttempts++;
|
||||
auto address = peer.router->GetSSUAddress (!context.SupportsV6 ());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue