fix indent in HTTPServer, add RI log messages

This commit is contained in:
R4SAS 2019-05-22 23:29:35 +03:00
parent 7ab29950a4
commit 0e89452056
4 changed files with 36 additions and 33 deletions

View file

@ -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 ());