mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-03-30 17:16:05 +00:00
fixed typo
This commit is contained in:
@@ -959,11 +959,11 @@ namespace http {
|
||||
{
|
||||
tmp_s6 << "<div class=\"listitem\">\r\n";
|
||||
if (it->IsOutgoing ()) tmp_s6 << " ⇒ ";
|
||||
else tmp_s << " ";
|
||||
else tmp_s6 << " ";
|
||||
tmp_s6 << i2p::data::GetIdentHashAbbreviation (it->GetRemoteIdentity ()->GetIdentHash ()) << ": "
|
||||
<< "[" << endpoint.address ().to_string () << "]:" << endpoint.port ();
|
||||
if (!it->IsOutgoing ()) tmp_s6 << " ⇒ ";
|
||||
else tmp_s << " ";
|
||||
else tmp_s6 << " ";
|
||||
tmp_s6 << " [" << it->GetNumSentBytes () << ":" << it->GetNumReceivedBytes () << "]";
|
||||
if (it->GetRelayTag ())
|
||||
tmp_s6 << " [itag:" << it->GetRelayTag () << "]";
|
||||
|
||||
Reference in New Issue
Block a user